Brennen Bearnes
f6bd016034
bin/notes-pages: sort ascending by date
1 year ago
Brennen Bearnes
591392d8e3
bin/notes: add tasks to help
1 year ago
Brennen Bearnes
fd7cf71363
bin/filter-exec-raw: handle missing / malformed commands a little better
1 year ago
Brennen Bearnes
274dbb697e
notes-collect-metadata: special-case diary entry links; TZ hack
1 year ago
Brennen Bearnes
6eee2c41f1
bin/notes-pages: add --format name
1 year ago
Brennen Bearnes
20a0de70f6
bin/notes-tasks
A very me-specific task grepper for vimwiki.
1 year ago
Brennen Bearnes
b54656a473
fragment-lyons-weather: add vimwiki plaintext markers
Saves some keystrokes on importing to wiki.
1 year ago
Brennen Bearnes
caca3296c4
git-sel-changed, -edit-changed: let user specify a tree-ish
Uses git-diff-index.
Also adds `git ec` alias so maybe I remember to use this.
1 year ago
Brennen Bearnes
775cd20ef8
bin/notes: update helptext with latest
1 year ago
Brennen Bearnes
1be2b270b9
notes-logs-by-date: wrap notes-pages
1 year ago
Brennen Bearnes
5a5db607a1
notes-tag-summary: some prelim investigation of finding photos
1 year ago
Brennen Bearnes
419e375655
bin/notes-pages: order by date
1 year ago
Brennen Bearnes
756490a7f8
bin/photocp: copy mp4 and png files
1 year ago
Brennen Bearnes
383a0d8d64
bin/timeslice: add pod2usage
1 year ago
Brennen Bearnes
a7b827361f
bin/mostrecent: better error handling for dirs
1 year ago
Brennen Bearnes
56de1e025a
xmonad: switch from clipit to diodon
2 years ago
Brennen Bearnes
aecc8b68ea
cheat: Ctrl-g for resetting history
2 years ago
Brennen Bearnes
c6118359cc
fragment-lyons-weather: document w3m alternative
2 years ago
Brennen Bearnes
509d52e377
notes tag-summary: some format tweaks, from_filename
2 years ago
Brennen Bearnes
a379fe52a6
xmonad: grid background instead of blue
2 years ago
Brennen Bearnes
994ac0a55b
photocp: a note that it handles overlapping filenames badly
2 years ago
Brennen Bearnes
0d80cfe08c
notes-links: improve handling of stuff with subdirs
2 years ago
Brennen Bearnes
b43888e7fc
bin/notes-calendar: display calendar stuff for given date
This just wraps the older calendar(1) invocation for the moment, just
adding a layer of indirection so it can include other data.
2 years ago
Brennen Bearnes
ac5c846201
stub bin/notes-pages docs
2 years ago
Brennen Bearnes
68ee943183
notes-collect-metadata: import pprint
2 years ago
Brennen Bearnes
fc9e1cb8b9
notes-logs-by-date: tack a 1; at end of file
In case this becomes a module.
2 years ago
Brennen Bearnes
f7f886681d
add experimental notes-pages
For querying overall page list.
2 years ago
Brennen Bearnes
28e6c97fdb
notes-links: remove --target requirement
2 years ago
Brennen Bearnes
c9817685d9
notes-tag-summary: 10 log items
2 years ago
Brennen Bearnes
78c126be9b
bin/notes-links: display links within notes in various formats
Uses metadata.db to find links targetting a particular page / tag, and
output in one of tsv, vimwiki list, vim location list, or fulltext.
Can be restricted to links from pages with dates, which makes it usable
for pulling logs.
Fully replaces the former:
- notes-links-for, of which it's a superset
- notes-logs-by-link
- notes-logs-for which was used for fulltext of a log, and wrapped
notes-links-for
This commit pulls into vim config as well.
2 years ago
Brennen Bearnes
00794a6e43
xmonad: comment out redshift for the moment
This needs work.
2 years ago
Brennen Bearnes
29b3e61d10
bin/pinboard: check for existence of ~/.pinboardrc
...and print a helpful error message.
2 years ago
Brennen Bearnes
040e697498
add notes-logs-by-link
2 years ago
Brennen Bearnes
5756204060
notes-logs-for: some commentary
2 years ago
Brennen Bearnes
8ea94fdfb8
notes-log-index: a log is a page with a datetime
...rather than something which happens to be in log/.
In practice this now includes diary entries.
2 years ago
Brennen Bearnes
cba1c13397
note metadata collection: implied dates for diary entries
2 years ago
Brennen Bearnes
6d198cc9d8
edit-clipboard: placate shellcheck
2 years ago
Brennen Bearnes
eb7bf60a34
notes-tag-summary: add head of log
2 years ago
Brennen Bearnes
26a55207ca
notes-links-for: order on _page_ of the link, not its target
2 years ago
Brennen Bearnes
3827833529
notes-tag-index: s/UNIQUE/DISTINCT/
2 years ago
Brennen Bearnes
009cce8e11
notes-tag-summary: show if stuff is on p1k3
2 years ago
Brennen Bearnes
383c1e3c6b
notes-tag-index: uniq to avoid repetition
2 years ago
Brennen Bearnes
36657b2647
notes-p1k3-index & notes-tag-index
2 years ago
Brennen Bearnes
850e89af3e
bin/fragment-date: chop off newline
2 years ago
Brennen Bearnes
dece4749d8
updated cheatsheet with some stuff from post-it notes
2 years ago
Brennen Bearnes
4e73334b2e
bin/pinboard: a more useful comment re: default action
2 years ago
Brennen Bearnes
7128e28293
bin/git-log-with-tags
3 years ago
Brennen Bearnes
b39f065654
bin/ssh-nofucks: give slightly more fucks - don't forward agent
3 years ago
Brennen Bearnes
14821507ca
bin/ssh-listagents
This... Almost works?
3 years ago
Brennen Bearnes
ff683afafc
bin/notes-logs-by-date: find logs for a vimwiki diary entry
This spits out links in VimWiki syntax, which is more readable and useful
in context than just a raw list of grep results.
(For the grep results, I could always use `gf` to jump to the file, but
it didn't then get added to the VimWiki location list, so the back command
wouldn't work.)
This also uses an sqlite query against an already-built table instead of
pawing through a bunch of files on disk, which is probably faster.
3 years ago