Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C script to monitor netlink events | vg | 2024-04-04 | 1 | -0/+75 |
| | |||||
* | add script to compile C single sources codes to use as script | vg | 2024-04-04 | 1 | -0/+22 |
| | |||||
* | Update fancy_sleep.py script | vg | 2024-04-04 | 1 | -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 socket | vg | 2024-02-23 | 1 | -3/+5 |
| | |||||
* | fix message output | vg | 2024-02-23 | 1 | -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 copyright | vg | 2024-02-23 | 8 | -9/+9 |
| | |||||
* | add new syslog-listen program to repository | vg | 2024-02-23 | 1 | -0/+47 |
| | |||||
* | reduce xattr_user_crc32 writing and style update | vg | 2022-03-07 | 1 | -9/+11 |
| | |||||
* | add file locking for simplest cases protection | vg | 2021-01-12 | 1 | -1/+4 |
| | |||||
* | add script to tag and display tagged crc32 xattr | vg | 2020-12-13 | 1 | -0/+84 |
| | |||||
* | add a script tagging uniquely files | vg | 2020-12-13 | 1 | -0/+109 |
| | |||||
* | Merge branch 'master' of git:scripts | vg | 2019-11-25 | 2 | -70/+102 |
|\ | |||||
| * | update git-sync for simple merge cases | vg | 2019-11-25 | 1 | -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 conflicts | vg | 2019-11-23 | 1 | -0/+27 |
| | | |||||
| * | Rename git-sync to s/$/-noconflict/ | vg | 2019-11-23 | 1 | -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 colorizer | vg | 2019-11-25 | 2 | -0/+114 |
|/ | |||||
* | modify git-sync to simpler and one-command change detection | vg | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | new script to convert ofx to json format | vg | 2019-02-06 | 1 | -0/+115 |
| | |||||
* | input is piped purposely preventing read to a question, redirect tty to answer | vg | 2019-01-29 | 1 | -1/+1 |
| | |||||
* | update help-me.bash from piou's advice | vg | 2019-01-22 | 1 | -9/+21 |
| | |||||
* | add a script to help me help users by taking control over their computer | vg | 2019-01-21 | 1 | -0/+344 |
| | |||||
* | add xmms2_controls for historic puposes since I don't use it anymore | vg | 2018-12-07 | 26 | -0/+99 |
| | |||||
* | make parsing more robust with explicit split/strip | vg | 2018-10-05 | 1 | -2/+3 |
| | |||||
* | updating threshold for critical hibernate | vg | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | add threshold info printing | vg | 2018-06-03 | 1 | -1/+1 |
| | |||||
* | add a battery monitoring script putting pc in hibernate | vg | 2018-06-03 | 1 | -0/+65 |
| | |||||
* | add the wget-qs1 script to help get content from qs1 | vg | 2018-03-12 | 1 | -0/+2 |
| | |||||
* | add notion of wget-qs1 inside qs1 | vg | 2018-03-12 | 1 | -0/+4 |
| | |||||
* | let the hostident be easily modifiable | vg | 2018-02-17 | 1 | -3/+5 |
| | |||||
* | be less verbose by default for git-sync | vg | 2018-02-17 | 1 | -7/+18 |
| | |||||
* | fix git-sync with better status | vg | 2018-02-16 | 1 | -2/+4 |
| | |||||
* | shorter output with git-sync | vg | 2018-02-16 | 1 | -3/+7 |
| | |||||
* | use temporary file list to free reduce memory usage in time | vg | 2018-01-14 | 1 | -1/+8 |
| | |||||
* | add a script checking regularly (cron) integrity of files | vg | 2018-01-14 | 1 | -0/+32 |
| | |||||
* | rename test function for pytest-3 compatibility | VG | 2017-08-24 | 1 | -8/+2 |
| | |||||
* | add a timer script | VG | 2017-08-20 | 1 | -0/+65 |
| | |||||
* | add static gallery generator script | VG | 2017-06-18 | 1 | -0/+111 |
| | |||||
* | add a script which links filename to their md5 hash | VG | 2017-06-03 | 1 | -0/+54 |
| | |||||
* | add a syslog simple redirector determining lxc ns names | VG | 2017-06-02 | 1 | -0/+82 |
| | |||||
* | Add a script coloring weechat log to ansii | VG | 2017-05-22 | 1 | -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 them | VG | 2017-05-11 | 1 | -0/+187 |
| | |||||
* | add more scripts | VG | 2017-05-11 | 9 | -0/+376 |
| | |||||
* | fix pylint3 reported errors | VG | 2017-05-09 | 1 | -27/+42 |
| | |||||
* | first commit, adding fancy-sleep to little scripts | VG | 2017-05-09 | 4 | -0/+275 |