summaryrefslogtreecommitdiffstats
path: root/.local/bin
Commit message (Collapse)AuthorAgeFilesLines
* Much cleaner compiler script (#692)Salman Abedin2020-06-061-14/+15
| | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
* Efficient scripting to get the directory path (#686)Salman Abedin2020-06-041-1/+1
| | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
* fixLuke Smith2020-06-022-2/+2
|
* nettrafLuke Smith2020-06-021-2/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into chambln-refactorLuke Smith2020-06-0114-24/+25
|\
| * cleaning (#677)Hekuran2020-06-011-5/+6
| | | | | | making it a variable since its used 5 times
| * Shellcheck (#676)JameyBear2020-06-0113-19/+19
| | | | | | Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
* | Merge branch 'refactor' of https://github.com/chambln/voidrice into ↵Luke Smith2020-06-011-9/+15
|\ \ | |/ |/| | | chambln-refactor
| * Fix arithmetic expansionsGregory Chamberlain2020-05-311-2/+2
| |
| * Refactor nettrafGregory Chamberlain2020-05-311-8/+14
| | | | | | | | No longer relies on paste(1p).
| * Remove unnecessary double quotesGregory Chamberlain2020-05-311-4/+4
| |
* | Merge branch 'luquinha.virus/voidrice-patch-1'Luke Smith2020-05-311-12/+14
|\ \
| * | trailing whitespace fixLuke Smith2020-05-311-5/+5
| | |
| * | escaped dollar sign on shortcutsLucas Budde Mior2020-06-011-2/+2
| | |
| * | comments on shortcuts fixedLucas Budde Mior2020-05-311-2/+2
| | |
| * | now shortcuts is posix compliant, so #!/bin/shLucas Budde Mior2020-05-311-9/+9
| | |
| * | Comment on shortcuts properly commentedLucas Budde Mior2020-06-011-1/+1
| | |
| * | Use only awk in shortcuts scriptLucas Budde Mior2020-06-011-11/+13
| |/
* / fixes issue #663 , i3block break (#675)Hekuran2020-05-311-1/+1
|/ | | i3block wont break with this
* old scripts cleanupLuke Smith2020-05-312-38/+0
|
* Another lol fix (#670)Alexei Syssoyev2020-05-311-1/+1
|
* still needed in some casesLuke Smith2020-05-301-0/+1
|
* Use %d for numbers instead of %s for string (#666)rickyjon2020-05-301-1/+1
|
* fixLuke Smith2020-05-301-1/+1
|
* compiler notes and alt md compilersLuke Smith2020-05-301-1/+10
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-05-3015-25/+25
|\
| * make use of setsid(1)'s `-f` flag (#652)Kian Kasad2020-05-3015-25/+25
| | | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* | read in previous dataLuke Smith2020-05-301-4/+2
|/
* dumb fixLuke Smith2020-05-301-1/+1
|
* save the file check every timeLuke Smith2020-05-301-2/+1
|
* quotesHekuran2020-05-301-1/+1
|
* create netlog if emptyHekuran2020-05-301-0/+1
| | | it would not run without an existing nonempty log file
* paste directly on files, excluding loLuke Smith2020-05-301-2/+2
|
* tutorial videos list updatedLuke Smith2020-05-301-4/+9
|
* Fix sed to hide news when zero (#661)Alexei Syssoyev2020-05-301-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-05-291-1/+1
|\
| * adds 2 digits for last track for cases when less than 10 tracks (#660)Jaime Lopez2020-05-291-1/+1
| |
* | minimize file writes and use built-in arithmaticLuke Smith2020-05-291-9/+7
|/
* for video;Luke Smith2020-05-272-0/+103
| | | | remember to install opustags, ffmpeg and youtube-dl
* mpd-module-update now mpdupLuke Smith2020-05-262-1/+3
| | | | it is autostarted by the music module if not already running
* little fixesLuke Smith2020-05-251-2/+2
|
* use pidof to check for syncsLuke Smith2020-05-251-1/+1
|
* autocreate dir and show price before getting chartLuke Smith2020-05-251-4/+4
|
* new crypto statusbar script for individualLuke Smith2020-05-251-0/+34
| | | | ammounts and historical chart
* no spaces between icons and contentLuke Smith2020-05-2510-15/+12
|
* run preconv and pipe its output into refer to prevent unicode problems (#647)Dennis Lee2020-05-241-5/+5
| | | | | * compiler: preconv to prevent `refer` unicode error * compiler: fix formatting
* Revert "Now moonphase is correct and even more precise (#637)"Luke Smith2020-05-161-15/+23
| | | | This reverts commit 4dbff2873df8e2b13ecff74beb17c32ef3c3267a.
* Now moonphase is correct and even more precise (#637)Hekuran2020-05-161-23/+15
| | | | As described in issue #636 using wttr.in was incorerct by 16% Now the `~/.local/share/moonphase` looks ugly, so dont look at it.
* don't skip color change since it is now fixedLuke Smith2020-05-131-1/+1
|
* Update transadd (#633)Vitor Silvestri2020-05-131-1/+1
| | | | | | | | | * Update transadd When transmission daemon is closed and the user wants to add a torrent, it needs to try to add the torrent two times, the first time for opening the daemon, and the second time for adding the torrent Removing the ampersand fix this, enabling one click for both starting the daemon and adding the torrent * fix typo