devdash
viddy
devdash | viddy | |
---|---|---|
3 | 24 | |
1,605 | 4,859 | |
- | 1.1% | |
0.0 | 8.6 | |
over 1 year ago | about 1 month ago | |
Go | Rust | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
devdash
- Portable TUI programs
-
New version of DevDash to create configurable terminal dashboard
The Github Repo
-
Is there any command line dashboard tool?
I've made this one: https://github.com/Phantas0s/devdash
viddy
-
Release of Viddy v1.0.0: Migration from Go to Rust
// https://github.com/sachaos/viddy/blob/4dd222edf739a672d4ca4bdd33036f524856722c/src/cli.rs#L96-L105 fn parse_duration_from_str(s: &str) -> Result { match humantime::parse_duration(s) { Ok(d) => Ok(Duration::from_std(d)?), Err(_) => { // If the input is only a number, we assume it's in seconds let n = s.parse::()?; Ok(Duration::milliseconds((n * 1000.0) as i64)) } } }
-
bashsimplecurses: Simple curses library made in bash to draw terminal interfaces
There is also viddy¹ for a slightly more featureful watch alternative, if you're open to a new non-default package. Being able to recall old output and search within it can be extremely useful.
¹ https://github.com/sachaos/viddy/
- Viddy: A Modern Watch Command
-
Safety: A comparaison between Rust, C++ and Go
Thanks for that list. I'd heard of rg and fzf but not the others.
I immediately thought: well what about Go for command line tools? Is this the viddy you speak of? https://github.com/sachaos/viddy If so, looks like it is written in Go. Looks like fzf too.
- Viddy
- Viddy – a modern watch command with time machine mode
- Viddy。一个现代的手表指令。时间机器和传呼机等。 (Viddy: A modern watch command. Time machine and pager etc.)
- 👀 A modern watch command. Time machine and pager etc.
- 👀 A modern watch command. Time machine and pager etc
What are some alternatives?
wtf - The personal information dashboard for your terminal
hwatch - A modern alternative to the watch command, records the differences in execution results and can check this differences at after.
octotui - 🐙🐱🖥️ GitHub stats in your terminal
dive - A tool for exploring each layer in a docker image
.dotfiles - :fireworks: Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...
gitty - Contextual information about your git projects, right on the command-line
gokoban - 3D Puzzle Game written in Go
saw - Fast, multi-purpose tool for AWS CloudWatch Logs
gord - The Discord terminal client you never knew you wanted.
LazyLogger - Simple app to watch, in real time, log files from different sources in the same place.
go-gopher - The Go Gopher Amigurumi Pattern
tandem - Parallel task runner for servers and long-running commands.