anrxc/mkscratch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Introduction:
https://www.amazon.com/Time-Management-System-Administrators-Working/dp/0596007833
Usage:
$ mkscratch -o
:: scratchpad for today set to 08-10.txt.gpg, opening
$ mkscratch -o 08-23
:: scratchpad 08-23.txt.gpg found, opening in editor
$ mkscratch -o 08-22
:: scratchpad 08-22.txt was not found, creating in advance #this example shown with PGP mode disabled
$ mkscratch -p
:: projects list for ~/work/projects
custID1234-DR-PoC
...
$ mkscratch -p custID666-foobar
:: project management set to custID666-foobar/project.txt.gpg, creating
$ mkscratch -p custID1234-DR-PoC
::: project custID1234-DR-PoC found, opening in editor
$ mkscratch -l
:: scratchpad list for ~/work/pads []
08-11
08-08
08-07
08-06
08-05
...
$ mkscratch -l 07
:: scratchpad list for ~/work/pads [07]
07-02
07-01
...
$ mkscratch -o
:: entered a new year, archiving scratchpads for 2024
:: scratchpad for today set to 01-06.txt.gpg, opening
PGP mode dependencies:
VIM - https://www.vim.org/scripts/script.php?script_id=3645
Emacs - https://www.gnu.org/software/emacs/manual/html_mono/epa.html
Org-Mode (recommended text format):
Emacs - https://orgmode.org (bundled with Emacs)
VIM - https://github.com/jceb/vim-orgmode
Example:
https://sysphere.org/temp/OrgTutorial/screenshot.png
https://sysphere.org/temp/OrgTutorial/screenshotvim.gif