Go to file
2023-05-05 21:18:10 +08:00
bin fix: updated for refactor 2023-04-22 01:07:23 +08:00
cli docs: add hdparm quick reference 2023-04-26 20:21:19 +08:00
devel docs: add minikube for windows 2023-05-05 21:18:10 +08:00
doc docs: add minikube for windows 2023-05-05 21:18:10 +08:00
gui fix: mpv keybinding 2023-01-14 10:22:31 +08:00
win misc: potplayer settings 2021-08-11 11:05:35 +08:00
.editorconfig [bugfix] unable to save arrangement 2021-07-08 20:22:36 +08:00
.gitignore feat: improve Exit command 2022-12-08 18:36:02 +08:00
env.sh fix: env.sh failed silently if runit didn't exist 2022-05-19 09:07:41 +08:00
LICENSE add LICENSE. 2022-05-29 13:13:06 +00:00
README.md feat: add doc for bin folder 2021-08-28 22:16:37 +08:00
typora-mimetype.md feat: document for setting up typora for markdown 2022-05-05 03:04:08 +08:00

About

OS / Software / Tools setup scripts to my personal taste, might not suit your need but welcome to COPY and Paste.

Directory

├── bin             # useful scripts
├── cli             # cli tools setup scripts
├── devel           # development tools setup scripts
├── doc             # setup document for those can't be automated
├── env.sh          # common env detection for cli/gui/devel setup scripts
├── gui             # gui tools setup script
├── README.md
└── win             # setup scripts for windows

bin

  • a2h convert ascii doc to html with asciidocter
  • bm Simple bookmark opener, fuzzy search ~/.config/bookmarks.md and open with default browser
  • br Replace REGEX with NEWSTR for multiple files listed from stdin
  • charfont Draw specified character with pango-view and see which font were actually used
  • dbe Dbeaver used to have this flicking issue, seems fixed (2021-08-28)
  • decrypt_dbeaver_passwords Just like the file name
  • dl_google_drive Download file with wget from google drive so proxy can be used
  • docker_registry_catalog List images on docker registry
  • download-yt-audio.sh Just like the file name
  • download-yt-playlist.sh Just like the file name
  • download-yt-video.sh Just like the file name
  • ffmpeghelper Some video editing operation for ffmpeg
  • font-patcher Modified from nerd font patcher
  • fr Replace REGEX with NEWSTR, show preview when ran with REP=1 EnvVar
  • generate_fontstyle Generate Bold/Italic style from for font who has only Normal style
  • groff_ttf.sh Generate font file from ttf that could be used by groff
  • htpasswd-entry Encode username/password to htpasswd format
  • ls_vsc_cache List vscode cache
  • mediacut Video editing script
  • mergesrt Merge multi language srt files into one
  • pinentry-wsl-ps1.sh Delegate gnupg password prompt to Windows host
  • print_colors Preview colors of console
  • rds Connect to a remote redis server through ssh server
  • s ssh wrapper to auto rename tmux window name
  • sc Screencast recording with ffmpeg
  • ubuntu-ssh-wakes-sleeping-hd.sh Script to fix ssh login waking up sleeping hard-drive on Ubuntu
  • unttc.sh Decompress ttc to ttfs
  • virt-install.sh Create a virtual machine with virsh
  • ws Send websocket request to host for debugging
  • wsl-win-path.sh Convert Windows path to WSL path
  • x-open Like open on macOS but cross platform