Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvida/rr
rerun a shell command - trying out go ;)
https://github.com/arvida/rr
Last synced: about 1 month ago
JSON representation
rerun a shell command - trying out go ;)
- Host: GitHub
- URL: https://github.com/arvida/rr
- Owner: arvida
- Created: 2013-04-10T19:02:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T06:38:55.000Z (over 11 years ago)
- Last Synced: 2023-03-10T21:43:10.203Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rr
Re-run a shell command.
## Background
Port of a bash script I use when I need to focus on test at a time.
My first attempt at writing Go code.
## Usage
$ rr ruby spec/cats_spec.rb
Hit `enter` to rerun passed command.