Preston Hunt
Preston Hunt
Add function to comment or uncomment the transaction under the cursor. Possible implementation of #315 .
Thank you for writing ledger-mode, it has truly revolutionized my use of ledger! One feature I would find nice is the ability to comment, uncomment, or toggle an entire transaction....
Currently, ledger-navigate-beginning-of-xact does not recognize commented transactions. However, the font styling rules will highlight a commented transaction. This leads to unexpected behavior; for example, invoking C-c C-d (ledger-delete-current-transaction) while the...
I have a file that is a symbolic link to another location, e.g., /one/two/three -> /four/five/six. When using parse_gitignore on the symlink path (/one/two/three) it throws a ValueError: raise ValueError("{!r}...
Rewrite code to pass the length of the data and not use NULL termination. This allows binary files to be supported.
Removes dead screens from the list of candidate screens. Fixes issue 1253, "screen:auto-start problem with dead screens". Fixes #1253
I have a Google Calendar account with a sub calendar that tracks an .ICS file from a third-party provider. After events are complete, this provider deletes the .ICS entries, which...
I run a nightly backup with Kopia using a systemd timer. Systemd automatically captures the stdout of a program and puts it in the system journal. When Kopia is running...
I am not sure the history or design philosophy behind the current symlink behavior. However, for my application, I never want symlinks to be followed. In case it is helpful...
- also remove extra arg from printf()