aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improve curser save/restore to cope with window resizingHEADmastervg7 days1-2/+2
|
* modify fancy-sleep target displayvg14 days1-2/+4
|
* C script to monitor netlink eventsvg14 days1-0/+75
|
* add script to compile C single sources codes to use as scriptvg14 days1-0/+22
|
* Update fancy_sleep.py scriptvg14 days1-77/+96
| | | | | | | | | - fancy-sleep now accepts an optional command. - time parsing is done on a single argument to differentiate between time and command. - better display by disable tty echo to avoid breaking the fancy display while countdown is active. - simpler code for keyboardexception handling.
* add umask call to dictate rights for unix socketvg2024-02-231-3/+5
|
* fix message outputvg2024-02-231-6/+6
| | | | | | | | | | | - avoid buffer overflow if received message is taking up to maximum buffer size, then latest char assign would have been set after the table length. - avoid using printf for quicker simple string output, write can be used since length is already known. - removed debug prefix from the output.
* update contact and copyrightvg2024-02-238-9/+9
|
* add new syslog-listen program to repositoryvg2024-02-231-0/+47
|
* reduce xattr_user_crc32 writing and style updatevg2022-03-071-9/+11
|
* add file locking for simplest cases protectionvg2021-01-121-1/+4
|
* add script to tag and display tagged crc32 xattrvg2020-12-131-0/+84
|
* add a script tagging uniquely filesvg2020-12-131-0/+109
|
* Merge branch 'master' of git:scriptsvg2019-11-252-70/+102
|\
| * update git-sync for simple merge casesvg2019-11-251-1/+6
| | | | | | | | | | | | | | Instead of using git merge --no-ff which always ensure no conflict, try to git merge covering simple cases (and automatically resolvable ones) at the cost of a merge commit but abort in case of conflicts needing manuable resolution.
| * new git-sync version failing in case of conflictsvg2019-11-231-0/+27
| |
| * Rename git-sync to s/$/-noconflict/vg2019-11-231-0/+0
| | | | | | | | | | Rename this command as their will be a new version failing in case of conflict instead of duplicating conflicting files.
* | append new weechat log colorizervg2019-11-252-0/+114
|/
* modify git-sync to simpler and one-command change detectionvg2019-07-201-1/+1
|
* new script to convert ofx to json formatvg2019-02-061-0/+115
|
* input is piped purposely preventing read to a question, redirect tty to answervg2019-01-291-1/+1
|
* update help-me.bash from piou's advicevg2019-01-221-9/+21
|
* add a script to help me help users by taking control over their computervg2019-01-211-0/+344
|
* add xmms2_controls for historic puposes since I don't use it anymorevg2018-12-0726-0/+99
|
* make parsing more robust with explicit split/stripvg2018-10-051-2/+3
|
* updating threshold for critical hibernatevg2018-07-041-1/+1
|
* add threshold info printingvg2018-06-031-1/+1
|
* add a battery monitoring script putting pc in hibernatevg2018-06-031-0/+65
|
* add the wget-qs1 script to help get content from qs1vg2018-03-121-0/+2
|
* add notion of wget-qs1 inside qs1vg2018-03-121-0/+4
|
* let the hostident be easily modifiablevg2018-02-171-3/+5
|
* be less verbose by default for git-syncvg2018-02-171-7/+18
|
* fix git-sync with better statusvg2018-02-161-2/+4
|
* shorter output with git-syncvg2018-02-161-3/+7
|
* use temporary file list to free reduce memory usage in timevg2018-01-141-1/+8
|
* add a script checking regularly (cron) integrity of filesvg2018-01-141-0/+32
|
* rename test function for pytest-3 compatibilityVG2017-08-241-8/+2
|
* add a timer scriptVG2017-08-201-0/+65
|
* add static gallery generator scriptVG2017-06-181-0/+111
|
* add a script which links filename to their md5 hashVG2017-06-031-0/+54
|
* add a syslog simple redirector determining lxc ns namesVG2017-06-021-0/+82
|
* Add a script coloring weechat log to ansiiVG2017-05-221-0/+45
| | | | | | fun things like this can be done: tail -n2000 logfil.weechatlog | weechat-log2ansi | less -iR
* add aliases, not real script, but can be useful along themVG2017-05-111-0/+187
|
* add more scriptsVG2017-05-119-0/+376
|
* fix pylint3 reported errorsVG2017-05-091-27/+42
|
* first commit, adding fancy-sleep to little scriptsVG2017-05-094-0/+275