Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
/ showcuts Public archive

Display your shortcuts populated notes directly in the terminal

Notifications You must be signed in to change notification settings

asynchroza/showcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortcuts or ShowCuts 😁: CLI tool for displaying shortcuts


Installation:

./install.sh

Optional setup in sc.py:

COLOR=bcolors.YELLOW_IN  # choose a color from the bcolors class or set a custom one
MAX_CAPACITY_STRING = 40  # space between shortcut and command
SPACE_BEFORE_HEADER = 18  # space before # tags

Configuring path to your notes directory

Configuring path


Files with the same name

Files with the same name


Example shortcuts file:

`⇧⌘F` Open/Show search
`⌘\` Split editor pane
`⌃⇧E` Focus explorer pane
`⌃TAB` Cycle through open tabs
`⌘W` Close tab

About

Display your shortcuts populated notes directly in the terminal

Topics

Resources

Stars

Watchers

Forks