Allie Sargente
Allie Sargente
I'd suggest a .notes-history file somewhere, then head append latest files opened
That would require date & time stamps on all the openings, might be tricky to implement
We could add a switch like -p rather than a whole subcommand.
I was doing some initial research into this, The outputting short names to TTY option is good in theory, however, it breaks over SSH (since an ssh session isn't a...
@pimterry I'll get to work on a PR to satisfy that request. In the meantime, would you mind reviewing the pull request I made for the install script? (#36)
Fixed the "SSH is seen as a pipe" error. changed very little existing code to do this too. Managed to update tests not to break by adding in a path...
I dropped the PR since the code is now dated.
Have you added tests to address the fix?
Here's my take on it: - A `notes git autocommit` command with `enable` and `disable` as options. This gets saved in the config file. - A `notes git autopush` command...
1. Fair enough point config options work fine. A `notes config` might get a bit too complicated, maybe later on. 2. `when opened` in that context meant "whenever you open...