aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init/funcs
Commit message (Collapse)AuthorAgeFilesLines
* gifo gifsicle optimisation argskatherine2024-03-061-1/+1
|
* add ipfs get funckatherine2023-12-021-0/+39
|
* drop trap SIGABRTkatherine2022-10-162-2/+2
| | | | functionality removed i guess, and anyways unnecessary
* typokatherine2021-08-191-1/+1
|
* make srcopen use tabcompletekatherine2021-08-041-23/+35
|
* add srcopenkatherine2021-08-041-0/+115
|
* make rpass longerkatherine2021-06-091-1/+1
|
* init function cleankatherine2020-12-063-14/+15
|
* add rpass funckatherine2020-09-091-0/+10
|
* use tmpdir in varskatherine2019-12-082-7/+12
|
* fix audio-convert and helper functionskatherine2019-05-151-28/+22
|
* clean conversion script and add progress barkatherine2018-12-211-39/+35
| | | | learned about coprocs today. ees all fancy, dag
* add fancy new functions, with shared helperskatherine2018-12-194-4/+368
|
* migrate home site domainkatherine2018-11-282-10/+10
|
* add coffee compiling scriptkatherine2018-10-051-0/+43
| | | | it's messy, but it works. tools aren't the best ┐('~`;)┌
* fix send hangkatherine2018-09-201-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 escapeskatherine2018-03-271-1/+1
|
* fix send permissions settingkatherine2018-02-261-1/+1
| | | | dunno how was dumb enough to not get this sooner
* trim stray "if"katherine2017-11-081-1/+0
| | | | where did that even come from X_X
* first steps away from mate backendkatherine2017-10-151-1/+1
|
* move make-gif to submodulekatherine2017-03-281-202/+1
|
* use gifsicle --batch modekatherine2017-03-281-4/+3
|
* fix symlink creationkatherine2017-03-241-5/+7
|
* add aspect-ratio support to make-gifkatherine2017-03-231-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 backgroundskatherine2017-03-071-4/+4
| | | | | haven't managed to make one that felt ok yet, but still nice to have the option
* snapshotkatherine2017-03-012-19/+42
| | | | various smöl changes
* rewrite b2hkatherine2017-02-211-8/+26
|
* add gifsicle support to make-gifkatherine2017-02-191-51/+117
| | | | also allow selecting specific subtitle tracks
* move remaining funcs from .zshrckatherine2017-02-195-0/+280
| | | | | | everything should be modular now also, cleaned up make-gif to properly parse arguments and check things
* move 'f' to init/funcskatherine2016-10-031-0/+13
|
* overhaul init systemkatherine2016-10-014-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 functionkatherine2016-08-131-0/+18
|
* clean sendkatherine2016-03-191-32/+30
| | | | was a bit ad-hoc; hopefully cleaner to read now
* snapshotkatherine2016-03-193-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