We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thought I'd drop in and say that I added an AUR package for this repo:
https://aur.archlinux.org/packages/fzfs-git
The fzfs.py Python script has been made executable in this package, and I added a /usr/bin/fzfs symlink, so you can simply call fzfs:
fzfs.py
/usr/bin/fzfs
fzfs
$ fzfs usage: fzfs [-h] [-d SERIAL_DEVICE] [-a BLE_ADDRESS] -m MOUNTPOINT fzfs: error: the following arguments are required: -m/--mount
The text was updated successfully, but these errors were encountered:
Works well for me. The resulting mounted system can't be accessed through my graphical file manager, but I doubt that's an issue with the AUR package.
Sorry, something went wrong.
I chose a mountpoint that I didn't own. Not the package's fault.
@synthead thank you!
No branches or pull requests
Thought I'd drop in and say that I added an AUR package for this repo:
https://aur.archlinux.org/packages/fzfs-git
The
fzfs.py
Python script has been made executable in this package, and I added a/usr/bin/fzfs
symlink, so you can simply callfzfs
:The text was updated successfully, but these errors were encountered: