misc-scripts
lncdtools
misc-scripts | lncdtools | |
---|---|---|
1 | 1 | |
15 | 0 | |
- | - | |
9.4 | 6.9 | |
5 months ago | about 2 months ago | |
Shell | Shell | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
misc-scripts
-
How to clean leftover files/folders in .config?
I use an overdesigned bash script that searches the home directory for files that match a string. The reason for not just searching .local and .config is that some programs make their own dot-directories.
lncdtools
-
Shell Has a Forth-Like Quality
from the linked art of programming[0]
> Bernstein chaining is a specialized security-wrapper technique invented by Daniel J. Bernstein, who has used it in a number of his packages. Conceptually, a Bernstein chain is like a pipeline, but each successive stage replaces the previous one rather than running concurrently with it.
I'm impressed shell does this! and have my own function to add to the list of "Commands that Compose." dryrun[1]: when prefixed on a shell command, it echos the command if DRYRUN is set otherwise runs it normally. I pipe that to drytee[2] if the command's modifying files. I like it as a more deliberate (and safer) alternative to 'set -x' for debugging shell scripts.
[0]<http://www.catb.org/%7Eesr/writings/taoup/html/ch06s06.html>
[1] https://github.com/lncd/lncdtools/blob/master/dryrun
[2] https://github.com/lncd/lncdtools/blob/master/drytee
What are some alternatives?
ffscreencast - ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
bin - Useful utilities that go in ~/bin
Snippets - Handy scripts and mini programs
homefiles - Scripts and configuration files rooted in home directory.
pluto - This is a library of scripts that come in handy when working with media files
WYX-CLI - Swiss-army-knife CLI compatible with BASH & ZSH on Debian and Macintosh with an array of utilities for optimising your development workflow and productivity in the terminal