You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,5 @@
19
19
`bmpurge path/to/file -after "01 Jan 2018 12:00"` will erase all bookmarks created after 01 Jan 2018, 12:00.
20
20
21
21
`bmpurge path/to/file -before "31 June 2018 22:00" -after "01 Jan 2018 12:00"` will erase all bookmarks created between 01 Jan 2018, 12:00 and 31 June 2018, 22:00.
22
+
23
+
`bmpurge path/to/file -before "01 Jan 2018 12:00" -after "31 June 2018 22:00"` will erase all bookmarks *except* ones created between 01 Jan 2018, 12:00 and 31 June 2018, 22:00.
0 commit comments