Skip to content

dylanbathurst/junktab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junktab

An electron based menu bar app for mac.

Junktab is a very simple a text editor that you can show/hide with convenient keyboard shortcuts Command + Shift + X to open and esc to close. This is very useful to keep you in flow while coding.

Usage

While coding in your editor of choice, if you would like to remove a line of code (ex. console.log('foo')) temporarily but not delete it completely you would highlight the line, Command + c to copy, Command + Shift + X top open dev helper, Command + v to paste, esc to close dev helper and return focus to your cursor in your text editor.

Before making dev helper I would use an extra tab to solve this but would frequently lose the tab and have to search for it in a forrest of tabs. Dev helper simply makes that process much faster so you stay in flow.

Install

  1. git clone git@github.com:dylanbathurst/junktab.git
  2. npm install
  3. npm start
  4. Command + Shift + X

About

A desktop fly-out copy paste text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published