summaryrefslogtreecommitdiffstats
path: root/.local/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add a noise reduction script (using sox and ffmpeg) (#850)M.Zeinali2021-03-291-0/+81
| | | | | | | * Create noisereduce * Update noisereduce * Update noisereduce
* `rssadd` improvement: additionally extract from xml files, not just urls (#885)Roberto Polverelli Monti2021-03-291-4/+12
| | | | | | | | | | | | | | * additionally extract from xml files Before this, rssadd only accepted a URL as argument. Now, if given an xml file, it will parse it and extract the proper url. This lets it be used in conjunction with firefox for quickly adding RSS feeds (as firefox would give it the file rather than its origin URL). This works on a majority of RSS feeds, but fails on some that miss the proper link tags. The original behaviour is still mantained alongside the new. * remove surplus `exit` * more performant grepping
* neurtral default fontLuke Smith2021-03-291-2/+2
|
* Merge branch 'patch-1' of https://github.com/Jonatan6/voidrice into ↵Luke Smith2021-03-291-1/+3
|\ | | | | | | Jonatan6-patch-1
| * make it possible to change the font for text slidesJonatan62021-02-101-1/+3
| | | | | | I set free-sans to be the default, because it seems that that is what imagemagick is uses, when you don't specify a font.
* | add display off option (#920)skrrtskrrtman2021-03-291-1/+2
| | | | | | mostly for laptops to save power
* | Handle color control sequences (#911)Stephen Szwiec2021-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | * Handle color control sequences Is: `less` outputs the raw ascii of the $chartfile, which includes escape characters to change output colors. This does not resemble a graph. Should be: Adding -n flag to have `less` create colored output properly. * typo changed to -Srf to reflect proposed change
* | clean upLuke Smith2021-03-072-63/+0
| |
* | fixLuke Smith2021-03-071-1/+0
| |
* | fix sb-forecastnarukeh2021-03-051-1/+2
| |
* | Noobish mistake (#906)shunlog2021-02-281-1/+1
| |
* | support .tar.zst (#903)MRAAGH2021-02-231-0/+1
| |
* | multibattery functionality returned close #899Luke Smith2021-02-151-9/+6
|/
* Add minted/pyg files to `texclear` (#865)M. Yas. Davoodeh2021-02-071-1/+3
|
* add pass to tutorialvids (#892)skrrtskrrtman2021-02-051-0/+1
|
* Prevent unnecessary caching of tsp output (#888)Tenyun2021-01-261-10/+5
| | | Co-authored-by: Tenyun <tenyun@disroot.org>
* minor impr prevent running on non-imagesLuke Smith2021-01-201-5/+9
|
* Restoring missing line for zsh file shortcuts (#879)karioki2021-01-101-0/+1
|
* md to pdf using ms engine instead of latex (#877)M.Zeinali2021-01-061-1/+1
|
* adopting `sb-` (#875)Hekuran2020-12-262-2/+2
| | | | | | | * adopting `sb-` The 2619a88fcd94cbd4b2caa719ba926ae0013fb4ec update might have broken scripts, like this, that use a script from `~sc/statusbar/` * adopt `sb-`
* turn off caps lock if on in remaps scriptLuke Smith2020-12-251-0/+2
|
* task-spooler statusbar moduleLuke Smith2020-12-251-0/+25
|
* statusbar scripts now with sb- to avoid conflictsLuke Smith2020-12-2523-0/+0
| | | | update dwmblocks build to avoid errors
* battery warning fix; zsh beam simplifiedLuke Smith2020-12-181-2/+2
|
* oopsLuke Smith2020-12-161-0/+1
|
* conform styleLuke Smith2020-12-151-27/+10
|
* No longer calls cat twiceKawaiiAmber2020-12-151-2/+2
|
* Case block and function is more effecient according to the old for x in seq ↵KawaiiAmber2020-12-141-11/+32
| | | | 10000 test
* Fixed edp1 botching dp1 grep (#861)ashprice2020-12-111-1/+1
| | | Co-authored-by: ashprice <vofan@tuta.io>
* Added Java support for compiler script (#860)Alexander Goussas2020-12-101-0/+1
| | | | | | | | | | | | | | Tested it on a project with this structure: ``` - root |- test | - Test.java ``` The user must call `compiler` from the root of the project, but that should not be an inconvenience because usually the working directory is the project's root. Nonetheless, it also works for java files in the current working directory, in case someone just wants to test some code quickly.
* Added C# support to compiler script (#858)Luke Bubar2020-12-071-0/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-12-023-3/+3
|\
| * Compatibility for FreeBSD's paste(1) (#853)anntnzrb2020-12-013-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -`
* | fix #854Luke Smith2020-12-021-1/+1
|/
* read command fix (#848)anntnzrb2020-11-231-1/+1
| | | | since the variable is not being used again, "_" wil suffice, "line" as the name would also be valid.
* old script cleanoutLuke Smith2020-11-1712-128/+0
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-11-163-2/+11
|\
| * Add system will lock before suspend/hibernate (#797)Shaw2020-11-141-1/+1
| | | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
| * add peertube torrents from newsboat (#760)Arthur Bais2020-11-141-0/+7
| | | | | | | | | | | | | | | | | | * Create peertubetorrent * macro to torrent new videos on peertube * fix typo * rebind
| * add vpn indicator to internet status modul (#796)Astronach2020-11-141-1/+3
| | | | | | for me /sys/class/net/tun*/operstate show unknown in every state, but ./net/tun* only exists, if vpn is on
* | old stuff removedLuke Smith2020-11-161-5/+8
|/ | | | many files renamed, possible breakage
* Add video selection to dmenurecord (#825)Shaw2020-11-141-1/+19
|
* close #832Luke Smith2020-11-142-2/+2
| | | | proper user id
* compiler tweaksLuke Smith2020-11-111-8/+9
|
* slider now takes text and has many nice optionsLuke Smith2020-11-111-24/+79
|
* Use Emacs to compile org files (#839)M. Yas. Davoodeh2020-11-091-1/+1
|
* UAE - update autisticly efficient (#838)Hekuran2020-11-083-15/+21
|
* Add support for Org-Mode files. (#837)Epacnoss2020-11-081-1/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-11-015-5/+16
|\
| * Added missing value for parameter (#830)PCFreak20002020-10-241-1/+1
| | | | | | The value of the "-c" parameter was missing, so the check for an active internet connection as well as the whole script failed.