Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muesli/elvish-libs
Libs / Themes for elvish
https://github.com/muesli/elvish-libs
hacktoberfest
Last synced: 12 days ago
JSON representation
Libs / Themes for elvish
- Host: GitHub
- URL: https://github.com/muesli/elvish-libs
- Owner: muesli
- License: mit
- Created: 2017-09-08T17:26:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T15:31:41.000Z (7 months ago)
- Last Synced: 2024-10-04T15:29:42.809Z (about 1 month ago)
- Topics: hacktoberfest
- Size: 105 KB
- Stars: 15
- Watchers: 4
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elvish-libs
Libs & Themes for [elvish](https://github.com/elves/elvish)## Install
Make sure you run elvish 0.11 or newer. Install this module by running the
following commands in your shell:```
use epm
epm:install github.com/muesli/elvish-libs
```## Themes
### powerline
![powerline](screenshots/powerline.png)
To use the `powerline` theme, put this line in your `rc.elv`:
```
use github.com/muesli/elvish-libs/theme/powerline
set edit:prompt-stale-transform = {|x| put $x }
set edit:rprompt-stale-transform = {|x| put $x }
```## Modules
### git
The `git` module provides convenient elvish functions to extract stats from a
git repository. It lets you query the repo how many commits you are ahead or
behind of master and how many files have been changed or added to it.Enjoy!