All Projects → mchav → With

mchav / With

Licence: other
Command prefixing for continuous workflow using a single tool.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to With

Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-96.24%)
Mutual labels:  utility
Zplutility
ZPL Utility, a .net tool library helping to generate ZPL string
Stars: ✭ 60 (-94.99%)
Mutual labels:  utility
Vue Coerce Props
Coerce props to whatever you want
Stars: ✭ 72 (-93.99%)
Mutual labels:  utility
Uhubctl
uhubctl - USB hub per-port power control
Stars: ✭ 1,036 (-13.52%)
Mutual labels:  utility
Cameo
CMIO DAL plugin explorer
Stars: ✭ 59 (-95.08%)
Mutual labels:  utility
Smoldash
Smoldash, A tiny lodash alternative built for the modern web
Stars: ✭ 66 (-94.49%)
Mutual labels:  utility
Qrcp
⚡ Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
Stars: ✭ 8,216 (+585.81%)
Mutual labels:  utility
Karmabot
🤖 A Multipurpose Discord Bot with a Music System & Utility commands used by 160K+ users!
Stars: ✭ 73 (-93.91%)
Mutual labels:  utility
Microtext.js
A micro JavaScript utility for processing text.
Stars: ✭ 59 (-95.08%)
Mutual labels:  utility
Str metrics
Ruby gem (native extension in Rust) providing implementations of various string metrics
Stars: ✭ 68 (-94.32%)
Mutual labels:  utility
C Utils
Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-submodule inside your projects to kickstart development. See https://c-utils.gotomain.io for more details.
Stars: ✭ 47 (-96.08%)
Mutual labels:  utility
Yippy
macOS open source clipboard manager
Stars: ✭ 57 (-95.24%)
Mutual labels:  utility
Memorycache
LRU, type-safe, thread-safe memory cache class in Swift
Stars: ✭ 66 (-94.49%)
Mutual labels:  utility
Jj
JSON Stream Editor (command line utility)
Stars: ✭ 1,033 (-13.77%)
Mutual labels:  utility
Mixin Deep
Deeply mix the properties of objects into the first object, while also mixing-in child objects.
Stars: ✭ 72 (-93.99%)
Mutual labels:  utility
Ngx Infinite Scroll
Infinite Scroll Directive for Angular
Stars: ✭ 1,024 (-14.52%)
Mutual labels:  utility
S3reverse
The format of various s3 buckets is convert in one format. for bugbounty and security testing.
Stars: ✭ 61 (-94.91%)
Mutual labels:  utility
Trickle
600 baud pipe and terminal.
Stars: ✭ 75 (-93.74%)
Mutual labels:  utility
Schematics Utilities
🛠️ Useful exported utilities for working with Schematics
Stars: ✭ 73 (-93.91%)
Mutual labels:  utility
Poke
A powerful reflection module for powershell.
Stars: ✭ 66 (-94.49%)
Mutual labels:  utility

with

Join the chat at https://gitter.im/with-tool/with Program prefixing for continuous workflow using a single tool.

Usage

with <program>

Starts an interactive shell with where every command is prefixed using <program>.

For example:

$ with git
git> add .
git> commit -a -m "Commited"
git> push

Can also be used for compound commands.

$ with java Primes
java Primes> 1
2
java Primes> 4
7

And to repeat commands:

$ with gcc -o output input.c
gcc -o -output input.c>
<enter>
Compiling...
gcc -o -output input.c>

To execute a shell command proper prefix line with :.

git> :ls

You can also drop, add, and replace different commands.

git> +add
git add> <some file>
git add> !commit
git commit> <arguments and message>
git commit> -
git>

To exit use either :q or :exit.

Installation

With apt-get:

sudo add-apt-repository ppa:mchav/with && sudo apt-get update && sudo apt-get install with

With bpkg:

bpkg install mchav/with -g

With FreeBSD pkg:

pkg install with

With FreeBSD ports

cd /usr/ports/misc/with && make install clean

With rawgit:

curl -sLo- https://cdn.rawgit.com/mchav/with/master/install | bash

or:

curl -s https://raw.githubusercontent.com/mchav/with/master/install | bash

Currently supports command history and limited completions.

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].