Skip to content

olekthunder/utility-scripts

Repository files navigation

Utility scripts and some notes

js-lint-git

Run eslint on your git files. Interface is similar to git diff. Will run only on js files.

$ js-lint-git --cached
$ # ...
$ js-lint-git HEAD^^

flake-lint-git

Run flake8 only on changed parts of python files

$ ./flake-lint-git HEAD^^^

run-in-new-tab

Run your command in new tab for your chosen terminal (set TERMINAL=myawesometerminal inside script)

Requires xdotool to be installed and visible in $PATH

linux-notes

Some useful or tricky things (maybe not) from my linux experience

rotate

Rotates image

$ ./rotate my.img "-90"

mp3tags2utf8

Convert all tags in mp3 files in the directory from cp1251 to utf8

run

script to run programs in terminal and not

arch-missing-pkg-fix

fix packages with missing files in Arch linux (assumes you have yay - to fix aur packages)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published