Sean Hammond
Sean Hammond
I'm thinking `cli.py`, `unix.py` and `logic.py`, each with its own test module.
Ideally with a front page generated from the same source as the readme
I think source and destination paths may be treated differently, and remote and local paths are certainly treated differently. For example `os.path.abspath(os.path.expanduser(path))` is called on local paths but not on...
Use Python's standard os module's functions to move and remove files and make symlinks, instead of running mv, rm and ln as subprocesses. When dealing with a remote destination I...
rsync can do this, so backup should be able to as well
Order by title (ascending, descending) or mtime (ascending, descending)
If the selected note is in a subdir and the user has typed none, or part of, the subdir name, then hitting tab should autocomplete the filename up to and...
If Terminal Velocity is run directly inside a terminal emulator, as opposed to running a shell inside the terminal emulator and then running tv inside the shell, then tv crashes...