Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gifo gifsicle optimisation args | katherine | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | add ipfs get func | katherine | 2023-12-02 | 1 | -0/+39 |
| | |||||
* | drop trap SIGABRT | katherine | 2022-10-16 | 2 | -2/+2 |
| | | | | functionality removed i guess, and anyways unnecessary | ||||
* | typo | katherine | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | make srcopen use tabcomplete | katherine | 2021-08-04 | 1 | -23/+35 |
| | |||||
* | add srcopen | katherine | 2021-08-04 | 1 | -0/+115 |
| | |||||
* | make rpass longer | katherine | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | init function clean | katherine | 2020-12-06 | 3 | -14/+15 |
| | |||||
* | add rpass func | katherine | 2020-09-09 | 1 | -0/+10 |
| | |||||
* | use tmpdir in vars | katherine | 2019-12-08 | 2 | -7/+12 |
| | |||||
* | fix audio-convert and helper functions | katherine | 2019-05-15 | 1 | -28/+22 |
| | |||||
* | clean conversion script and add progress bar | katherine | 2018-12-21 | 1 | -39/+35 |
| | | | | learned about coprocs today. ees all fancy, dag | ||||
* | add fancy new functions, with shared helpers | katherine | 2018-12-19 | 4 | -4/+368 |
| | |||||
* | migrate home site domain | katherine | 2018-11-28 | 2 | -10/+10 |
| | |||||
* | add coffee compiling script | katherine | 2018-10-05 | 1 | -0/+43 |
| | | | | it's messy, but it works. tools aren't the best ┐('~`;)┌ | ||||
* | fix send hang | katherine | 2018-09-20 | 1 | -2/+2 |
| | | | | | suddenly started hanging on those xclip commands for whatever reason, so cut out the /dev/null and it works now for whatever reason, who knows | ||||
* | add parens to `send`'s escapes | katherine | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | fix send permissions setting | katherine | 2018-02-26 | 1 | -1/+1 |
| | | | | dunno how was dumb enough to not get this sooner | ||||
* | trim stray "if" | katherine | 2017-11-08 | 1 | -1/+0 |
| | | | | where did that even come from X_X | ||||
* | first steps away from mate backend | katherine | 2017-10-15 | 1 | -1/+1 |
| | |||||
* | move make-gif to submodule | katherine | 2017-03-28 | 1 | -202/+1 |
| | |||||
* | use gifsicle --batch mode | katherine | 2017-03-28 | 1 | -4/+3 |
| | |||||
* | fix symlink creation | katherine | 2017-03-24 | 1 | -5/+7 |
| | |||||
* | add aspect-ratio support to make-gif | katherine | 2017-03-23 | 1 | -31/+66 |
| | | | | | | before the output gif would be squanched if the display ratio and pixel dimensions didn't match up. now the height is auto-determined with ffprobe to make everything work as expected. | ||||
* | preliminary support for light backgrounds | katherine | 2017-03-07 | 1 | -4/+4 |
| | | | | | haven't managed to make one that felt ok yet, but still nice to have the option | ||||
* | snapshot | katherine | 2017-03-01 | 2 | -19/+42 |
| | | | | various smöl changes | ||||
* | rewrite b2h | katherine | 2017-02-21 | 1 | -8/+26 |
| | |||||
* | add gifsicle support to make-gif | katherine | 2017-02-19 | 1 | -51/+117 |
| | | | | also allow selecting specific subtitle tracks | ||||
* | move remaining funcs from .zshrc | katherine | 2017-02-19 | 5 | -0/+280 |
| | | | | | | everything should be modular now also, cleaned up make-gif to properly parse arguments and check things | ||||
* | move 'f' to init/funcs | katherine | 2016-10-03 | 1 | -0/+13 |
| | |||||
* | overhaul init system | katherine | 2016-10-01 | 4 | -46/+47 |
| | | | | | | gen files now kept in gen directory. funcs now included in $PATH only if their funcreqs are successfully passed at login, making things cleaner and more system-independent | ||||
* | create screen capturing function | katherine | 2016-08-13 | 1 | -0/+18 |
| | |||||
* | clean send | katherine | 2016-03-19 | 1 | -32/+30 |
| | | | | was a bit ad-hoc; hopefully cleaner to read now | ||||
* | snapshot | katherine | 2016-03-19 | 3 | -0/+70 |
lots of random things changed; forgot to update for a while again. moving things to .config/init/funcs is one important thing; means being able to use those shell scripts anywhere, like ranger or whatever |