Skip to content

justincampbell/q-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q-queue

Build Status

Options

[COMMAND]  Queue command to run at a later time in this directory"
-h         Show this help"
-l         List queued commands"
-r         Run queued commands"
-s         Show number of queued commands, if any (put this in your profile)

Examples

$ q git push foo # Queue a git push for later
$ q !! $ Queue last command
$ q -l # Show queued commands
$ q -r # Run queued commands

Installation

brew tap justincampbell/formulae
brew install q-queue

Package

wget -O q-queue-latest.tar.gz https://github.com/justincampbell/q-queue/archive/latest.tar.gz q-queue
tar -zxvf q-queue-latest.tar.gz
cd q-queue-latest/
make install

Packages

No packages published

Languages