This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Wallabag
main
Yiğit Çolakoğlu
4 years ago
parent
ebe83c1fe9
commit
985d62776d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/dmenu-wallabag
+ 1
- 1
scripts/dmenu-wallabag
View File
@ -16,7 +16,7 @@ usage() {
}
update_items(){
[ "$(date -r "$itemcache" "+%d-%m-%Y")" = "$(date '+%d-%m-%Y')" ] ||
[ "$(date -r "$itemcache" "+%d-%m-%Y
%H
")" = "$(date '+%d-%m-%Y')
%H
" ] ||
wallabag list | head -n -1 | tail -n +2 > $itemcache
}
Write
Preview
Loading…
Cancel
Save