Giter Site home page Giter Site logo

kiemlicz / util Goto Github PK

View Code? Open in Web Editor NEW
20.0 6.0 3.0 965 KB

shell utilities

Home Page: https://kiemlicz.github.io/util/

Shell 79.47% JavaScript 0.81% Dockerfile 3.04% Python 6.62% Scala 8.06% Awk 2.00%
shell automation utility iac-scripts salt-formula wiki

util's Introduction

Basics

The "project" aims to provide scripts/functions for various tasks in day-to-day work.
The 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.

ZSH-compliant, possibly BASH too.

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 GH pages if you want to find out more

util's People

Contributors

kiemlicz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.