- Add
ensure-sshfs
subcommand to make sure sshfs is installed when required + use newrequire_sudo
for better sudo prompting (3a45117
)
- Slighly sped up import for plugin by using everything from invoke instead of invoke + fabric (fab can still be used!) (
a931f7a
)
- Removed anyio import by default because it seems to be unused and slowed down plugin performance (
864a958
)
- Plumbum sshfs import could still give a sshfs import error. this is due to it for some reason not always giving a commandNotFound (
0100f8f
)
- import: Don't crash the entire edwh tool if sshfs is not installed! (
03b8365
)
- Set umask to highest permission level (
c8c7362
) - Pytest use anyio instead of anyio now. also events are used now instead of queue's for simplicity and added allow root instead of allow other (
6c002b6
) - Pytest use anyio instead of anyio now. also events are used now instead of queue's for simplicity (
913f135
) - Added umask and removed ro because ro is (read-only) (
3f63ff0
) - Added ro (
0d9e27d
) - Making sure permissions are r&w (
16b48e0
) - Double -o (
45ef167
) - Permissions (
88ca0a7
) - Added sshfs to dependencies (
f91791c
) - Async doesn't work and is now splitsed into 2 different function sync and async (
2e15501
) - Help didn't have ':' again (
55e21b9
) - Help didn't have ':' (
fc36466
) - All tests are working now, queue added to arguments and need to be removed from the cli (
4655d7a
)
- Added auto reboot when installing sshfs (
8b90d1f
) - Added sshfs to install (
ec35c80
) - Updated install guide (
60c03ff
) - Updated README.md, added links (
6b06d6c
) - Updated README.md (
62c3549
) - Updated fabfile.py docs (
a362d36
) - Updated README.md (
70d072a
)