Commit Graph

8 Commits

Author SHA1 Message Date
James Patrick 255fdd7757 Fixed formatting for helper scripts 2022-09-20 19:24:09 -04:00
James Patrick 94252d74b9 Added todo_sync script.
This will move/link/create project todo.org to git repo.
2021-02-17 23:45:39 -05:00
James Patrick b44fd1318d Removed extra fzf-pass. Not needed, yet.
Plus it doesn't work.
2020-06-27 00:31:11 -04:00
James Patrick 36794b4d6a Adding pass support. 2020-04-21 23:34:28 -04:00
James Patrick a1e365546b Tellme script can now tell if post failed.
This is a very fragile implementation of this, but I didn't want to add
any dependencies to this script since I want it to be able to portable
above all else. If anyone has a better solution I would love to hear it.
2019-11-22 14:57:08 -05:00
James Patrick 73c40c8e4b Formatting 2019-11-22 14:56:38 -05:00
James Patrick 5f28729298 A push over script that doesn't hardcode tokens. 2019-11-22 14:52:45 -05:00
James Patrick 898500ffbb Reworked fzf dependency.
I've reorganized some of the fzf dependency some. There are large number
of resources I need from the fzf repo that I have been omitting because
zplug does no work well with a repo that both has both bins and plugins.
Instead I've been manually managing the fzf.zsh files and the fzf-tmux
then using the binary from fzf-bin. This nominally worked for zsh it
wasnone functioning for other things that used fzf as a dependency.
Additionally this broke the rule of don't write what you don't have to
mantra of this project.
2019-11-20 16:45:34 -05:00