Wayne Reeves
Wayne Reeves
Yes, I was expecting an audible quack. I think it should at least be a configurable option. For me, I am on multiple devices a lot and will not notice...
> There's an example small script there for manual decryption, in case the project should ever disappear. Do you have any concerns about the efficacy of this approach? I have...
For now I have worked around this, if running **Windows**, by importing with the `-UseWindowsPowershell` flag. `Import-Module PoshKeePass -UseWindowsPowershell -WarningAction SilentlyContinue`
My solution for this is a **pre-load** hook in calcurse. There may be a better way to to do this with **taskwarrior** hooks but this has worked fine for a...
I also am getting this with hedger. Something else that needs to be configured? Here's my rc: ``` " vim-ledger au BufNewFile,BufRead *.ldg,*.ledger setf ledger | comp ledger au FileType...
Anyone have a sample template they could show here? Even something as basic as just password and login username.
That worked!
Just thought I would share the script i've been using the last few years to solve this. This also corrects any wait dates you may have. ```bash #!/bin/sh for task...
Or if when you press enter without a command it runs the default task command. So if **next** is the default command, you get that list of tasks. In addition...
This is what I've done to work around this. I added an empty alias for my next report: ``` alias.=next ``` So when in tasksh I have to do one...