8go
8go
Another idea: a "reload" feature. Entering the command reload into the bot, the bot re-reads the commands.yaml file and thereby adds or drops new commands without the need to restart...
Add bash auto-complete file for bash auto completion when TAB is used.
Some people want a binary: If you want a binary version, you could do this: - fork this repo - write a github action to 1. create a new release,...
Page https://help.raindrop.io/about/ has 2 typos: `In our fast-moving world, bookmarks bar no longer the best place for ideas,` should read `In our fast-moving world, the bookmarks bar is no longer...
this allows jami-cli to send text messages to swarms and send files to swarms on the latest versions (as of Aug 2024) of Jami
Enhanced `signtx` to accept special character `-` to indicate to read the base64-encoded PSBT from the stdin instead of from the command line. This allows running commands like `xclip -o...
Added 2 new features, implemented as 2 new command line arguments: - `--clipin`: similar to --stdin, reads arguments from clipboard - `--clipout`: for selected commands writes output additionally to clipboard...
I added a tiny enhancement to `signtx` already in PR #757, allowing to pipe a PSBT into `hwi` by using this syntax `hwi -t device signtx -` such as in...