Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gitui | 14,605 | 3 | 19 hours ago | 3 | January 06, 2023 | 142 | mit | Rust | ||
Blazing 💥 fast terminal-ui for git written in rust 🦀 | ||||||||||
Tiny Care Terminal | 5,948 | 1 | 6 months ago | 25 | May 01, 2020 | 35 | mit | JavaScript | ||
💖💻 A little dashboard that tries to take care of you when you're using your terminal. | ||||||||||
Git Game | 2,892 | 3 years ago | 21 | gpl-2.0 | ||||||
terminal game to test git skills | ||||||||||
Git Recall | 2,096 | 2 | 3 years ago | 18 | January 07, 2018 | 8 | mit | Shell | ||
An interactive way to peruse your git history from the terminal | ||||||||||
Dotfiles | 1,158 | 10 months ago | 2 | Shell | ||||||
Colourful & robust configuration files and utilities for Mac, Linux and BSD | ||||||||||
Git Cal | 1,071 | 7 years ago | 1 | February 27, 2018 | 17 | mit | Perl | |||
github like contributions calendar on terminal | ||||||||||
Rebase Editor | 531 | 1 | 2 | 2 years ago | 14 | April 14, 2022 | 4 | JavaScript | ||
Simple terminal based sequence editor for git interactive rebase. | ||||||||||
Termit | 506 | 1 | 7 years ago | 33 | May 25, 2017 | mit | Ruby | |||
Translations with speech synthesis in your terminal as a ruby gem | ||||||||||
Fancy Git | 400 | 2 months ago | 16 | gpl-2.0 | Shell | |||||
That's a terminal prompt changer that shows a few cool git informations about your repository state. You can choose among different styles and enjoy all the aliases it provides you. Feel free for contributing, pull requests and issues are always welcome! ;) | ||||||||||
Travis Watch | 294 | 2 | 3 | 2 years ago | 53 | August 22, 2019 | 7 | mit | JavaScript | |
Stream live travis test results of the current commit to your terminal! |
Stream live travis test results of the current commit to your terminal. Exits with the proper exit code too!
$ npm install -g travis-watch
$ travis-watch --help
Usage: travis-watch [DIRECTORY]
For more, please open an issue.
const differ = require('ansi-diff-stream')
const render = require('render-ci-matrix')()
const Watch = require('travis-watch')
const diff = differ()
diff.pipe(process.stdout)
const watch = new Watch(process.cwd())
watch.start()
setInterval(
() => diff.write(render(watch.state)),
100
)
watch.on('finish', () => {
diff.write(render(watch.state))
process.exit(!watch.state.success)
})
This module is proudly supported by my Sponsors!
Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my Patreon. Not sure how much of my modules you're using? Try feross/thanks!
MIT