It would be great to have a way to load a config file from a specific
directory, with f.ex. "n.py -c ~/work/notes/rc". This would be
convenient to use together with shortcuts in ~/.alias to get quick
access to notes.
I have tried the script suggestion at the web site, but this gives some
scrambled output on the cli, and does not work well if you want to give
options to n.py.
Jostein
My preliminary solution is to have different aliases in ~/.alias for the
different document collections I have. These CD's to the wanted the
directory and runs n.py from there. This makes it a two-step process to
run n.py with an option like "n.py 3 -d 3" though.
Jostein