notramo
notramo
Is it supported to build documentation from doc comments?
DNSCrypt is an encryption protocol designed specifically for DNS. It could be integrated in Alfis when forwarding regular DNS queries to resolvers. Comparison with DoH and DoT can be found...
Is there a callback, or signal for Entry, PasswordEntry, and SearchEntry if the user hits Enter?
Please add documentation about what value should `TERM` contain, and where to set it (in the `gotty` session from the browser, or from CLI before running `gotty`?).
Varlink is a simple IPC API. This could be used for directly controlling oguri from other applications, without having to invoke `ogurictl`. https://varlink.org/
AppArmor profiles reside in `/etc/apparmor.d`. The syntax is simple, should be easy to implement.
[Pijul](https://pijul.org/) is a patch based version control system with better conflict resolution than Git. There is a social coding platform for Pijul: https://nest.pijul.org/ At the moment there is no code...
The [Kakoune](https://kakoune.org/) editor is one of those that implements multi-cursor editing. And it is very efficient, fast, and comfortable. I think *selection based editing* is very cool, and combining it...
When a command is typed in `COMMAND` mode, `amp` should show a short description and usage information for the highlighted command. See how [Kakoune](http://kakoune.org) does it.
Amp should support [elastic tabstops](http://nickgravgaard.com/elastic-tabstops/).