zigcli
zigcli copied to clipboard
A toolkit for building command lines programs in Zig.
For now, simargs doesn't sub commands, add subcommands support will make it much more powerful. The syntax I could think of is like this: ``` zig const App = struct...
Reference: - https://github.com/phsym/prettytable-rs
### Describe this problem ``` zig build-exe night-shift ReleaseFast native: error: error: unable to find framework 'CoreBrightness'. searched paths: /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness.tbd /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness.dylib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/CoreBrightness.framework/CoreBrightness.tbd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/CoreBrightness.framework/CoreBrightness.dylib ``` Related with https://github.com/ziglang/zig/issues/17017 ### Version main
``` $ cowsay hi ____ < hi > ---- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || $ cowsay -f tux hi ____ < hi > ---- \...
- Similar project in Rust: https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore
# Tested project - Zig source code # [cgag/loc](https://github.com/cgag/loc) time loc ``` -------------------------------------------------------------------------------- Language Files Lines Blank Comment Code -------------------------------------------------------------------------------- C/C++ Header 7452 2585285 298041 302527 1984717 Zig 714 255927...
https://github.com/Xfennec/progress
https://github.com/o2sh/onefetch > Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly to your terminal. The tool...