Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gitbucket | 8,872 | 1 | 2 days ago | 31 | April 07, 2019 | 340 | apache-2.0 | Scala | ||
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility | ||||||||||
Obsidian Git | 3,293 | a day ago | 53 | mit | TypeScript | |||||
Backup your Obsidian.md vault with git | ||||||||||
Awesome Intellij Idea | 3,073 | a day ago | 6 | mit | ||||||
Sublime Text Git | 2,837 | a year ago | 208 | mit | Python | |||||
Plugin for some git integration into sublime text | ||||||||||
Git Sketch Plugin | 2,454 | 8 months ago | 14 | mit | JavaScript | |||||
:gem::octocat: A Git client generating pretty diffs built right into Sketch. | ||||||||||
Meta | 1,854 | 13 | 6 | 6 days ago | 111 | April 28, 2021 | 23 | mit | JavaScript | |
tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo? | ||||||||||
K | 1,603 | a year ago | 32 | Shell | ||||||
k is the new l, yo | ||||||||||
Zsh Snap | 851 | a month ago | 14 | mit | Shell | |||||
⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos | ||||||||||
Fast Export | 767 | 10 days ago | 13 | Python | ||||||
A mercurial to git converter using git-fast-import | ||||||||||
Gina.vim | 697 | a year ago | 29 | mit | Vim script | |||||
👣 Asynchronously control git repositories in Neovim/Vim 8 |
k is the new l, yo
k is a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories.
Files sizes are graded from green for small (< 1k), to red for huge (> 1mb).
Human readable files sizes
Human readable files sizes can be shown by using the -h
flag, which requires the numfmt
command to be available. OS X / Darwin does not have a numfmt
command by default, so GNU coreutils needs to be installed, which provides gnumfmt
that k
will also use if available. GNU coreutils can be installed on OS X with homebrew:
brew install coreutils
Dates fade with age.
Load k as a plugin in your .zshrc
zplug "supercrabtree/k"
Include the load command in your .zshrc
zgen load supercrabtree/k
zgen save
Bundle k in your .zshrc
antigen bundle supercrabtree/k
antigen apply
Clone k into your custom plugins repo
git clone https://github.com/supercrabtree/k $ZSH_CUSTOM/plugins/k
Then load as a plugin in your .zshrc
plugins+=(k)
Clone this repository somewhere (~/k for example)
git clone [email protected]:supercrabtree/k.git $HOME/k
Source the script
source $HOME/k/k.sh
Put the same line in your .zshrc
to have k
available whenever you start a shell. If you don't know what your .zshrc
is, just do this.
print "source $HOME/k/k.sh" >> $HOME/.zshrc
Hit k in your shell
k
zsh 4.3.11
Git 1.7.2
supercrabtree
chrstphrknwtn
zirrostig
lejeunerenard
jozefizso
unixorn
george-b
philpennock
hoelzro
srijanshetty
zblach
mattboll
Pull requests welcome 😄
Paul Falstad for zsh
Sindre Sorhus for the fast git commands from zsh pure theme
Rupa for that slammin' strapline
Copyright 2015 George Crabtree & Christopher Newton. MIT License.