A quick and easy way to take and store notes on the fly from the bash shell.
bin_dir='/some/location/then/bin' && mkdir -p $bin_dir && cp /location/of/script/<filename> $bin_dir
chmod u+x <filename>
echo 'PATH=$PATH:/dir/where/file/is/located' >> ~/.bashrc
echo "alias note='<filename>'" >> ~/.bashrc
Here is a really quick guide to help you get started instantly:
note "your note here"
note
note -h
(-h: help)
note "sample note"
note -vl
(-v: verbose, -l: list)
1 20-02-07 15:53:45 sample note