All Projects → SixArm → sixarm_unix_shell_scripts

SixArm / sixarm_unix_shell_scripts

Licence: other
SixArm.com » Unix » shell scripts for command line programs in sh, bash, etc.

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language
perl
6916 projects
awk
318 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sixarm unix shell scripts

Tcl
The Tcl Core. (Mirror of core.tcl-lang.org)
Stars: ✭ 342 (+597.96%)
Mutual labels:  unix, scripts
dotfiles
Dotfiles repo
Stars: ✭ 12 (-75.51%)
Mutual labels:  unix, scripts
Sistem-programlama
Sistem Programlama Türkçe Kaynak (KTÜ)
Stars: ✭ 30 (-38.78%)
Mutual labels:  unix, scripts
Command Injection Payload List
🎯 Command Injection Payload List
Stars: ✭ 658 (+1242.86%)
Mutual labels:  unix, command
Bin
~/bin
Stars: ✭ 93 (+89.8%)
Mutual labels:  unix, scripts
Cbox
convert any python function to unix-style command
Stars: ✭ 154 (+214.29%)
Mutual labels:  unix, command
Dotfiles
▒ rice ░░ custom linux config files
Stars: ✭ 1,514 (+2989.8%)
Mutual labels:  unix, scripts
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+57.14%)
Mutual labels:  unix, scripts
dot
Personal and professional dotfiles to setup my personal workspace on any Debian/Ubuntu system. Also available as rwxrob/workspace container.
Stars: ✭ 152 (+210.2%)
Mutual labels:  scripts
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (+69.39%)
Mutual labels:  unix
csv-nix-tools
List system information as CSV, manipulate it, pretty print, or export.
Stars: ✭ 22 (-55.1%)
Mutual labels:  unix
impress-cli
Impress Application Server Command line interface
Stars: ✭ 25 (-48.98%)
Mutual labels:  command
quickhist
quickly plot a histogram on the CLI
Stars: ✭ 45 (-8.16%)
Mutual labels:  unix
dotfiles
My awesomewm dotfiles for awesome people! ✨
Stars: ✭ 1,764 (+3500%)
Mutual labels:  unix
aero
Aero is a new modern, experimental, unix-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
Stars: ✭ 407 (+730.61%)
Mutual labels:  unix
cetch
c sysfetch
Stars: ✭ 23 (-53.06%)
Mutual labels:  unix
unosolo
Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.
Stars: ✭ 26 (-46.94%)
Mutual labels:  command
factorio-example-mod
Lightweight modular example mod with various features and compatibilities
Stars: ✭ 15 (-69.39%)
Mutual labels:  scripts
kernel
Main kernel tree
Stars: ✭ 28 (-42.86%)
Mutual labels:  unix
oscp-omnibus
A collection of resources I'm using while working toward the OSCP
Stars: ✭ 46 (-6.12%)
Mutual labels:  scripts

Unix » shell scripts for sh, bash, tcsh, zsh, etc.

This repo has lots of Unix shell scripts that are utilities.

Command line boosters

awk

sed

directory

file

File scripts to print a given ls field:

find

date

  • date-stamp: Print the current date stamp UTC in a user-friendly format.
  • date-stamp-shortest: Print the current date stamp UTC in the shortest format.

history

grep

  • grep-medium-words: Grep for typical words, length 4-7 characters, all lowercase, a-z.
  • grep-v-web-bots: grep without web robot strings like robots.txt, Googlebot, Mouseflow, etc.
  • grep-v-web-chaff: grep without web chaff like lines that have .css, .js, .png.

lsof

dig

gpg

  • gpg-decrypt: GPG script to decrypt a file with our typical settings.
  • gpg-encrypt: GPG script to encrypt a file with our typical settings.

uri & url

  • uri-escape: URI script to escape text, for example a CGI query string.
  • uri-unescape: URI script to unescape text, for example a CGI query string.
  • uri-scheme: Parse a URI to its fields, for example host, query, fragment.
  • uri-relate: Combine a base URI and relative URI to an absolute URI.

path

  • addpath: Add path(s) to the PATH environment variable
  • rmpath: Remove path(s) from the PATH environment variable.

wc

random passwords

processes

copying

  • cp-progress: Copy files using a command-line progress bar.

networking

scripting

  • cddo: Run a command in each directory.
  • command-is-installed: If a given command installed, then return true.
  • keep: Keep running a command every time any file it looks at is changed.
  • no: Shorthand to always return "n"
  • while-read-do-cd: For each line of input on command line, cd into a path then run a command.

compression

  • extract: Extract a file using best-guess of tar, bzip, rar, gz, zip, etc.
  • tar-bzip2: Run tar using bzip2 compression.

text

  • between: between: print the lines of a file that are between match $1 and match $2.
  • camelize: Convert text to camel-case like FooGooHoo.
  • diff-sort: Shorthand to diff with sort.
  • file-encode-utf-8: Convert encoding of a file to unix utf-8.
  • file-line-num: Print a file's line at a given line number.
  • json-to-xml: json-to-xml is a pipe command to convert
  • h1-links: Convert the first <h1> link in a stream to an HTML list item.
  • summary-line: Summarize a text file in one line.

text replacement

text sets

  • union: set "union" of the inputs' lines.
  • intersect: set "intersect" of the inputs' lines.
  • except: set "except" of the inputs' lines a.k.a. set (A - B).
  • extra: set "extra" of the inputs' lines, a.k.a. set (B - A).

media

fonts

sysadmin

  • ls-tree: List files in your current directory recursively shown as a tree.
  • mkcd: Make a directory with 'mkdir' then change into it with 'cd'.
  • os-version-info: Show operating system version information.
  • reboot-kernel: Quickly (soft-)reboot skipping hardware checks.
  • screenrc: Keybindings.
  • sort-rank: Sort command-line input by rank.
  • susu: Shorthand for: sudo su -

bash

OS X

Specific needs

Applications

  • gimp-2.7.1: Launch GIMP 2.7.1 from our /opt directory with our library path settings.
  • gmail: Check your unread gmail from the command line.
  • gravatar: Gravatar: generate a gravatar URI for a given email address.
  • spam: Move spam email messages out of my inbox folder and into my spam folder.

Images

  • convert-ico-to-png: Convert an ICO image file to a PNG image file.
  • [glue-sprites: Use the glue](glue-sprites: Use the glue) command to compress a directory of images to sprites.

Favicon

Location

Ubuntu

FTP, ProFTPD, and xferlog

SixArm Setup

Ruby

Ruby administration

  • ruby-remove: This script will remove all ruby-related files that we know about. DANGEROUS!
  • ruby-versioner: Set the Ruby environment to be a particular version of Ruby.

Ruby gem

  • gem-paths: Prints your gem paths by calling "gem env" then matching
  • gem-test: Gem script to run all the test files.
  • gem-update: Run gem update, install, tumble, and set up our typical gem sources.
  • gem-fixer: Advises if any gems need fixing or updates. [Deprecated]

Ruby managers

Ruby testing and documentating

Rails

Amazon Web Services

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].