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

Remove 'amiibo' from file and directory names #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kami-no
Copy link
Contributor

@Kami-no Kami-no commented May 18, 2023

No description provided.

@Kami-no
Copy link
Contributor Author

Kami-no commented May 18, 2023

BTW there are some non-nfc files:

% find . -type f | grep -v -i '.nfc$' | sort | grep -v '^./.git' | grep -v '^./README.md$'
./Animal_Crossing/Cards/Festival/FlipMiibo.py
./Animal_Crossing/Cards/Sanrio_Cards/FlipMiibo.py
./Animal_Crossing/Cards/Series_1/FlipMiibo.py
./Animal_Crossing/Cards/Series_5/FlipMiibo.py
./Animal_Crossing/Cards/Special_Edition/FlipMiibo.py
./Animal_Crossing/Happy_Home_Designer_Items/!HHD_Items_List.docx
./Animal_Crossing/Happy_Home_Designer_Items/FlipMiibo.py

Don't know if you need them.

Could be removed by:

for file in $(find . -type f | grep -v -i '.nfc$' | sort | grep -v '^./.git' | grep -v '^./README.md$'); do rm -f ${file}; done

@Gioman101
Copy link
Owner

I keep FlipMiibo.py in just in case of backup for needing to convert bins/nfc amiibos to flipper zero format that's my way of converting them

@Kami-no
Copy link
Contributor Author

Kami-no commented Aug 3, 2023

PR does not remove Python scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants