A Python 3 console program which displays a personal collection of shortcuts. It, also, has a feature to append new shortcuts to your collection via the Command Line Interface (C.L.I.). or manually editing the shortcuts file (a markdown file). https://www.craigoates.net/Software/project/18
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
398 B

# Cheatsheet
Here is a collection of shortcuts you are trying to learn.
## Emacs
- `**ctrl-c e**`: Does something fancy.
- **m-x c e l p**: Exports .org file to .pdf.
## Custom Global Shortcuts
`num-4`: Opens Emacs at tasks.org.
`num-5`: Pushes published files to abbether.
`num-6`: Opens this cheatsheet.
## Block code
```python
from rich.console import Console
console = Console()
```