Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tree and pippi #1494

Merged
merged 3 commits into from
May 9, 2024
Merged

Add tree and pippi #1494

merged 3 commits into from
May 9, 2024

Conversation

tGecko
Copy link
Member

@tGecko tGecko commented Mar 11, 2024

Add tree command, that can take in optional arguments to exclude directories or to include extensions.

Usage: %s <directory> [-e "directory_name1 directory_name2 ..."] [-i "ext1 ext2 ..."]
e.g.
tree /mnt/SDCARD/Roms/GB/ -e Imgs -i "7z zip gb"

Add pippi command, takes in data from stdin and prints it's FNV1A_Pippip_Yurii hash to stdout

/ # echo "Hello World" | pippi
4046137546

/ # cat /mnt/SDCARD/.tmp_update/runtime.sh | pippi
1734444258
/ #

@tGecko tGecko added the enhancement New or improved feature label Mar 11, 2024
@tGecko tGecko self-assigned this Mar 11, 2024
@Aemiii91 Aemiii91 added this pull request to the merge queue May 9, 2024
Merged via the queue into main with commit fd9e59e May 9, 2024
2 checks passed
@Aemiii91 Aemiii91 deleted the add-tree-and-pippi branch May 9, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or improved feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants