dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8468cc8abb440539db2049bae46417e5e59b5231
parent a3cfbc040901810a8c77fcd0e63f6c77f5b705d3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  9 Nov 2020 11:19:36 +0100

pocket: add new commands to help text

Former-commit-id: d6054ef69036a6e0bf904abe5ee4af5fc2da998c
Diffstat:
Mscripts/pocket | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/pocket b/scripts/pocket @@ -109,9 +109,10 @@ def usage Usage: pocket command [arg1 [arg2...]] Commands: - save [URL]\tsave URL to Pocket + save [URL]\tsave URL to Pocket (can also read list of URLs from stdin) audio [n]\tget n recently saved audio URLs (if n is negative, get oldest) video [n]\tget n recently saved video URLs (if n is negative, get oldest) + articles [n]\tget n recently saved article URLS (if n is negative, get oldest) list [n]\tlist n recently saved URLs (if n is negative, get oldest) HEREDOC end