diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-01 08:14:54 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-01 08:14:54 +0100 |
commit | 32e028715527120a4dadb5dda930c72f6ed41694 (patch) | |
tree | ae5b4a218ed0ceac1f4b95473ff35135b05d999a /bashrc | |
parent | 28e224678e81bfbddac38c758c5b1cea8ea6917d (diff) |
Adds function to filter lines in buffer the vim way
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -387,6 +387,10 @@ flag() { printf "%s\n" "FLAG: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt } +consider() { + printf "%s\n" "CONSIDER: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt +} + # get best audio of YouTube file or playlist (just use the right URL) |