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
Brennen Bearnes
dc18a91ab4
bash: HISTCONTROL=ignoreboth
3 years ago
Brennen Bearnes
5f2a3f8da3
vimwiki: add a 3rd wiki to barebones testing vimrc
3 years ago
Brennen Bearnes
3b37371c5d
vimwiki diary template: have calendar(1) look ahead 2 weeks
3 years ago
Brennen Bearnes
0bb6e2289d
vimwiki: document a couple of defaults
3 years ago
Brennen Bearnes
b3c786022b
shell aliases: un-alias fdfind - i have fd installed now
fd is actually pretty nice, btw.
3 years ago
Brennen Bearnes
2d5da97635
disapparator: xplanations
3 years ago
Brennen Bearnes
ac270c78be
fifthglyphful-annihilation: first pass for rthtopus
3 years ago
Brennen Bearnes
1e938f5053
bin/notes-log-index
Just a quick index of logs, for the moment.
3 years ago
Brennen Bearnes
35d83c7807
vim: colorscheme back to iceberg
3 years ago
Brennen Bearnes
41d8839460
vim: vimwiki: highlight (gray out) checked todo items
3 years ago
Brennen Bearnes
5b4dac562d
vimwiki: valid html tags: add span
3 years ago
Brennen Bearnes
dbf01ceb8c
vim: comment out xdebug stuffs
3 years ago
Brennen Bearnes
8d5717aea4
bin/filter-exec*: grab stderr so it doesn't wind up atop files
This is already handled in filter-exec-stdin, using IPC::Cmd, which may
be what I should do here, but I guess this is ok.
3 years ago
Brennen Bearnes
15ff369702
vim: syntastic: disable pylint, add a section for syntax checking
I hate pylint so much.
3 years ago
Brennen Bearnes
db144ca67d
vim: startify: add some bookmarks, override default quote set
3 years ago
Brennen Bearnes
1db7526905
extra credits
3 years ago
Brennen Bearnes
aa96648921
git: autostash when rebasing
3 years ago
Brennen Bearnes
36f3b82932
vim: stuff for migrating various files to ~/workspace
3 years ago
Brennen Bearnes
19929b1acc
vim: ,. makelink offers multiselect now
To my surprise, adding --multi was the only thing I had to do here.
3 years ago
Brennen Bearnes
4560426038
vim: preview fragments, split window for fzf stuff
Puts tag finding atop screen, fragment menu at bottom.
Adds a preview invocation for fragments.
3 years ago
Brennen Bearnes
506574901d
bin/notes-tag-summary: check if tag is in pinboard index
3 years ago
Brennen Bearnes
f4b131eb30
bin/download-to-docs: move recent download to docs folder
3 years ago
Brennen Bearnes
7377bee133
vimwiki: preview tags in fzf finder using notes-tag-summary
3 years ago
Brennen Bearnes
8c29bcd43e
bin/notes-tag-summary: summarize links & page contents for given tag
3 years ago
Brennen Bearnes
9544c6dd2f
vimrc: startify: don't change to dir, but do change to vcs root
3 years ago
Brennen Bearnes
c9c6b1dca5
bin/fragment-bullet: some more glyphs
3 years ago
Brennen Bearnes
f24d171de9
.sh_common: add extra quoting to h, b, ct, mcd
...after writing this comment describing things:
https://lobste.rs/s/nsfdaw/improving_shell_workflows_with_fzf#c_b1puho
3 years ago
Brennen Bearnes
1622f12a72
README grooming
3 years ago
Brennen Bearnes
744a873ff6
.zshrc: zap some prompt resets, include glcoud bullshit
3 years ago
Brennen Bearnes
ebdd8d0804
bin/fragment-entry-poem: tidy, use character classes
3 years ago
Brennen Bearnes
e44b970425
fragments/sparkline.pl: simple histograms
I worked this out the other night before doing something similar for a
log monitoring utility we use at WMF.
It could use some improvements, and ideally it'd be a general-purpose
utility, but might as well capture this version here.
3 years ago
Brennen Bearnes
06f4f670d2
bin/fragment-bullet: add asterism
After reading:
https://post.lurk.org/@fragmentscenario/105901885046776610
3 years ago
Brennen Bearnes
074e88b38d
fragment: test rundoc
3 years ago
Brennen Bearnes
ccf1e53ca0
notes-collect-metadata: better page path handling, commit link deletes
3 years ago
Brennen Bearnes
0a39bf9310
bin/pinboard: use say instead of print for some nice newlines
3 years ago
Brennen Bearnes
7a1e76e0a5
add bin/fragment-lyons-weather
3 years ago
Brennen Bearnes
ea27567c29
vimwiki: open file: links in vim itself
This could probably be improved on. Maybe with a handler that checks if,
say, Perl thinks it's text and otherwise kicks off to xdg stuff.
3 years ago
Brennen Bearnes
b6f7ee2e47
tmux: blue status bar
3 years ago
Brennen Bearnes
ce7f35e2e2
move redshift.conf into ~/.config
3 years ago
Brennen Bearnes
0e67e3de4d
vim: remove extraneous syntax check, tweak fragment sink
3 years ago
Brennen Bearnes
a3bcd7f0ed
vimwiki: open file: links in vim itself
3 years ago
Brennen Bearnes
5c208729d1
vimwiki logs: use hashed paths in _logscratch/
3 years ago
Brennen Bearnes
ce77d98f4f
bin/wip: use ~/workspace
3 years ago
Brennen Bearnes
b829d69c36
photocp: make sure target archive directory exists
...which it sometimes may not, if not properly mounted or whatever.
3 years ago
Brennen Bearnes
ccb5db7f94
audio controls: add pasystray and pavucontrol
Gives an interface for controlling multiple audio channels / sinks.
3 years ago
Brennen Bearnes
a5cc378534
vim: add Vdebug, config
Using this for testing Xdebug. Probably not a permanent addition.
3 years ago
Brennen Bearnes
07aa93ec09
add a stub vimrc_justvimwiki for testing vimwiki
3 years ago
Brennen Bearnes
38b777eec5
bin/notes-links-for: zap a bogus module inclusion
3 years ago
Brennen Bearnes
612bfc589b
bin/digikam-extract: hackery for pulling stuff out of digikam galleries
3 years ago