Skip to content

outforaditya/util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics

The "project" aims to provide scripts/functions for various tasks in day-to-day work.
Additional rationale of this "project" is following: to encourage writing actual executable hands-on scripts/functions, instead of untested and lengthy wiki/confluence pages/blog posts/etc. containing various technical manuals.

This project does not aim to duplicate the functionality of command-line completions. Thus one-line functions for tools with decent completions should not be here.

Directory layout should be self-documenting about where to find which pieces.

Contributions are welcome.

Usage

  • Most common usage:
> . jvm/profiling_functions
find_top_n_stacks 1234 5
  • For oh-my-zsh users. Add symlink to this project:

ln -s $UTIL_LOCATION $ZSH_CUSTOM/plugins/util.

This will add function util with auto-complete for any file ending with: _function e.g.

> util <press tab>

util just sources given _functions files so that its content is available in current shell.


In order to see full descriptions of functions adding:
zstyle ":completion:*:descriptions" format "%B%d%b" to .zshrc may be needed

Documentation

Please visit wiki if you want to find out more

About

shell utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.2%
  • Dockerfile 1.4%
  • Python 1.2%
  • JavaScript 1.2%