1
Fork 0
Bauke's Ad-hoc Utilities
Go to file
Bauke 05b249edb4
Add an arguments example.
2023-12-05 16:05:23 +01:00
source Add the date subcommand. 2023-11-15 17:44:03 +01:00
.gitignore Add initial project files. 2023-10-31 14:51:57 +01:00
Cargo.lock Add the regex crate. 2023-11-09 17:46:21 +01:00
Cargo.toml Add the regex crate. 2023-11-09 17:46:21 +01:00
LICENSE Initial commit! 2023-10-29 18:05:15 +01:00
Makefile.toml Add initial project files. 2023-10-31 14:51:57 +01:00
README.md Add an arguments example. 2023-12-05 16:05:23 +01:00
rustfmt.toml Add initial project files. 2023-10-31 14:51:57 +01:00

README.md

Bautils

Bauke's Ad-hoc Utilities.

Commands

Arguments

fruits=("apple" "banana" "coconut")
bautils arguments count -- $fruits
# Outputs: 3

Date

Directory

File

Log

Match

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.