raulanatol / utilsh

Shell scripts, apps, tools, utils and misc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utilsh

Shell scripts, apps, tools, utils and misc


Table of Contents

Install

bash <(curl -s https://raw.githubusercontent.com/raulanatol/utilsh/main/installer)

Manual Install

  • Clone this repository

  • Create the tools env variable

utilsh_PATH=..../REPOSITORY_BASE_DIR
utilsh_PATH=~/utils/utilsh
  • Use me!
./$UTILSH_PATH/help

Update

./$UTILSH_PATH/src/update

List of tools

code

doctoc: Generates table of contents for markdown files inside local git repository DocToc

grex: Grex is a command-line tool and library for generating regular expressions grex

πŸ“¦  new_finish_release: Generate the initial finish-release file in your project

πŸ˜‡  new_makefile: Generate the initial makefile in your project

πŸ‘©β€πŸ’»  tokei: Tokei is a program that displays statistics about your code using tokei


docker

πŸ”Œ  connect: execute a ssh command over a running container

🐳  ctop: Top-like interface for container metrics (using ctop)

🐳  lazydocker: A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. (using lazydocker)


fs

πŸ—ƒ  diskonaut: Terminal disk space navigator (using diskonaut)

βš–  folder_size: Calculate the current folder size (using du or ncdu)


git

πŸ”–  commit: Add all files and then a commit

🧹  delete-merged: Delete all branches that have been merged in remote

πŸ”§  fix: Fix the current branch and create a Pull Request (use with start-issue)

πŸ•΄  jump: Git Branches Helper using git-jump

πŸ’„  pretty-diff: Show a pretty git diff using fzf (and copy selected path to the clipboard)

πŸ–²  pretty-log: Git log filtering

🚩  start-issue: Create a branch with the format issue_$PARAM1 (useful with fix)

πŸ₯  ui: Git terminal ui using gitui


Github

πŸŽƒ  actions: Open the github actions page of the current project

🧲  create_workflow: Generate a Github Workflow file in your project

πŸ–€  to-main: Move github default branch from master to main

πŸš€  trigger-action: Launch an action manually


irvue

πŸ–Ό  change: Change the current wallpaper using Irvue app


iterm2

🏷  set_tab_title: Change the current tab (iterm2) title

🏷  set_window_title: Change the current window (iterm2) title


js

πŸ›  autarky: Liberating disk space from node_modules using autarky


mac

πŸ₯Ά  bluetooth: On/Off bluetooth using blueutil

πŸš€  browser_goto: Select between the opened chrome tabs using choose

πŸ™ˆ  hidden_files: Show/Hide hidden files

πŸ”‡  not_disturb: Enter/Exit not disturb mode

πŸ“Ά  wifi:

  • On/Off Wifi
  • dhcp: Renew DHCP Lease
  • password: Get password of the current wifi

πŸ₯΅  powermetrics: Show the temperature

πŸ“Ÿ  zoom:

  • start: Start your personal meeting

network

πŸ“‘  ip: Get the local (-l) or public ip

πŸ”Œ  ports: List of used ports

🐌  speed: Internet connection speed test using fast-cli

🏹  fetch: Http request using httpie

πŸ§ͺ️  usage: Monitoring the current network utilization by process, connection and remote IP/hostname using bandwhich


Self scripts (self)

🀳  update: Update utilsh repo


Shell scripts and utils (shell)

πŸ”Ά  args: Arguments control

⁉️  assert: Assertion methods

πŸ‘©β€πŸ’»  development: Scripts related with development

🏷  increase_semversion: Generate the next version based on Semantic Versioning ( major|minor|patch)

πŸ“œ  docs: script documentation scripts

πŸŽ‹  git: Git scripts, get current branch, etc.

πŸ‘Ύ  os: OS shell utils

πŸ“ˆ  performance: Evaluate the zsh starting time.

🎨  sout: Console out functions

πŸ’Ή  string: String manipulation scripts


Slack scripts

βœ…  active: Slack active status

πŸ‘»  away: Slack away status

πŸ”‡  snooze: Slack snooze actions

πŸ“  status: Slack set status


Completion

_dot contains the completion script with all the tools

More info:

About

Shell scripts, apps, tools, utils and misc.

License:MIT License


Languages

Language:Shell 97.6%Language:Makefile 2.4%