Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z-shell/vramsteg-zsh
Vramsteg is an open-source, command-line utility that provides shell scripts with a full-featured progress indicator.
https://github.com/z-shell/vramsteg-zsh
command-line-utility progress-indicator shell vramsteg zsh zsh-utils
Last synced: about 16 hours ago
JSON representation
Vramsteg is an open-source, command-line utility that provides shell scripts with a full-featured progress indicator.
- Host: GitHub
- URL: https://github.com/z-shell/vramsteg-zsh
- Owner: z-shell
- License: other
- Created: 2021-12-27T10:53:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T15:49:47.000Z (about 1 year ago)
- Last Synced: 2024-04-18T10:18:31.828Z (7 months ago)
- Topics: command-line-utility, progress-indicator, shell, vramsteg, zsh, zsh-utils
- Language: C++
- Homepage: https://wiki.zshell.dev
- Size: 51.8 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# Vramsteg ('progress' in Svenska, almost)
Vramsteg is an open source, command line utility that provides shell scripts
with a full-featured progress indicator. The progress bar can display elapsed
time, remaining time estimate, percentage completed, and labels. The progress
bar can have user-specified colors, and be rendered in multiple styles.See the man page (enter 'man vramsteg') for full details on how to use vramsteg
or look in the srv/examples directory for several shell scripts that illustrate
usage.---
# -- MIRROR README --
The goal of this repository is to host vramsteg on Github, so that it can be
installed as Zshell plugin, with following commands added to ~/.zshrc:```zsh
zi ice has'cmake;make' as'command' pick'src/vramsteg' \
atclone'cmake . ; cp -vf doc/man/vramsteg.1 ${ZI[MAN_DIR]}/man1' atpull'%atclone' make
zi light z-shell/vramsteg-zsh
```