GithubHelp home page GithubHelp logo

jorgenbele / cmdcache Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 51 KB

Simple command line utility to cache results of command line programs.

License: MIT License

Rust 100.00%
cache cli command-line rust

cmdcache's Introduction

cmdcache

Simple command line utility to cache command line programs.

Usage

Usage: cmdcache [OPTIONS] <COMMAND> [COMMAND_ARGS]...

Arguments:
  <COMMAND>
  [COMMAND_ARGS]...

Options:
      --cache-seconds <CACHE_SECONDS>
  -c, --cache-duration <CACHE_DURATION>  [default: 1min]
      --cache-failures
  -v, --verbose
      --clear
      --clear-all
  -h, --help                             Print help information
  -V, --version                          Print version information

Why

Shell scripts can often be executed many times in rapid succession. Sometimes some part of the script needs to do an expensive operation (such as database access, network communication, etc) but we don't need the result to be updated every time. cmdcache let you easily cache results of invokations without manually dealing with caching in the script.

How it works

cmdcache saves both the stdout and stderr output of a command every time it is executed. It checks whether the time since the last execution is less than --cache-seconds, and uses the existing output if it is too recent.

Examples

Caching of database query

$ cmdcache -c 1hrs psql -f costly_db_query.sql

Cache result of expensive command

$ cmdcache -c 1days -- du ~/

cmdcache's People

Contributors

dependabot[bot] avatar jorgenbele avatar

Watchers

 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.