home/common/newsboat | add command to email article
This commit is contained in:
parent
0bd6b8aa99
commit
38c9e21a18
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ ... }: {
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
autoReload = true;
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
bind-key i quit
|
||||
bind-key j next
|
||||
bind-key k prev
|
||||
bind m article,articlelist pipe-to "neomutt -s\"RSS Article\" don@donharper.org" -- "Email article"
|
||||
cleanup-on-quit yes
|
||||
confirm-exit yes
|
||||
delete-read-articles-on-quit yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue