Sean Hammond

Results 160 issues of Sean Hammond

I'm thinking `cli.py`, `unix.py` and `logic.py`, each with its own test module.

Refactor

Ideally with a front page generated from the same source as the readme

Enhancement

Ideally generated from the same source as the github readme

Enhancement

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...

Bug

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...

Refactor

rsync can do this, so backup should be able to as well

Enhancement

Order by title (ascending, descending) or mtime (ascending, descending)

enhancement

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...

enhancement

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...

bug