tildemerge/README.md

19 lines
405 B
Markdown
Raw Normal View History

2018-11-11 21:54:17 +00:00
# tildemerge
2018-11-15 04:49:59 +00:00
(Working title) A basic script to configure sshfs for tilde, not to be used with existing ssh configs.
### Dependencies
- gtk (gui)
- yad (gui)
- xdotool (gui)
- ssh
- sshfs
2018-11-20 08:03:53 +00:00
- ssh-askpass
2018-11-17 18:09:27 +00:00
### TODO
2018-11-20 08:03:53 +00:00
- Support for passwords with private keys (done probably?)
- Code cleanup
- Equal signs before all yad options
- Move shared functions into separate files
- Error handling for file creation