mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-02 23:27:17 -04:00
Updated documentation
This commit is contained in:
@@ -74,7 +74,7 @@ Short-term Goals:
|
|||||||
|
|
||||||
Medium-term Goals:
|
Medium-term Goals:
|
||||||
|
|
||||||
- create minimal GUI apps (Linux x86_64, Linux aarch64, Android aarch64)
|
- create minimal GUI apps (Linux x86_64, Linux aarch64)
|
||||||
- auto-completion on tab for CLI version
|
- auto-completion on tab for CLI version
|
||||||
|
|
||||||
Long-term Goals:
|
Long-term Goals:
|
||||||
@@ -86,6 +86,7 @@ Broken Features in Latest Release:
|
|||||||
|
|
||||||
- nested folders
|
- nested folders
|
||||||
- multi-word folder/entry names
|
- multi-word folder/entry names
|
||||||
|
- folder creation (broken on server-side)
|
||||||
|
|
||||||
Broken Features in Source:
|
Broken Features in Source:
|
||||||
|
|
||||||
|
|||||||
+22
-11
@@ -2,21 +2,28 @@
|
|||||||
|
|
||||||
sshyp 2021.11.12.fr2
|
sshyp 2021.11.12.fr2
|
||||||
|
|
||||||
The Rewritten Update
|
The Lighter Update
|
||||||
|
|
||||||
This release is a major re-write of old "rpass" code.
|
This release features a major re-write of old "rpass" code.
|
||||||
sshyp is now more reliable and better documented.
|
sshyp is now more reliable and better documented.
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- an almost full re-write of the old "rpass" code used in the last release
|
- an almost full re-write of the old "rpass" code used in the last release
|
||||||
^ includes more reliable argument parsing and various optimizations
|
^ includes more reliable argument parsing and various optimizations
|
||||||
|
- new folders are now also created on the server
|
||||||
|
**fix gen command using old notes system
|
||||||
|
** address TODO comments
|
||||||
|
|
||||||
Planned for next update (The Patchwork Update):
|
Changes:
|
||||||
|
|
||||||
- address all "TODO" comments in sshyp
|
** major sshync bugs fixed
|
||||||
|
^fixed many instances where sshync would refuse to upload/download
|
||||||
|
^fixed errors that were being thrown despite sshync working as intended
|
||||||
|
** updated and optimized code for sshync
|
||||||
|
^f-strings, address TODO comments
|
||||||
|
|
||||||
Planned for next, next update (The Fluffy Update):
|
Planned for next update (The Fluffier Update):
|
||||||
|
|
||||||
- new visual features
|
- new visual features
|
||||||
^ this includes the new file list and thematic text art. sshyp will be
|
^ this includes the new file list and thematic text art. sshyp will be
|
||||||
@@ -24,22 +31,26 @@ Planned for next, next update (The Fluffy Update):
|
|||||||
- packages for more environments
|
- packages for more environments
|
||||||
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
||||||
Debian/Ubuntu and Fedora packaging will come later.
|
Debian/Ubuntu and Fedora packaging will come later.
|
||||||
|
- imporove password generator to guarantee more secure results
|
||||||
|
- fix nested folders
|
||||||
|
|
||||||
Planned for next, next, next update (The Sheep w/Shears Update):
|
Planned for next, next update (The Shears Update Pt. 1):
|
||||||
|
|
||||||
- allow for copying entire notes (not just first line)
|
- allow for copying entire notes (not just first line)
|
||||||
- allow for multi-client deletion... somehow
|
- allow for multi-client deletion... somehow
|
||||||
- ability to pass entries as arguments for more functions
|
|
||||||
- detatch sshync and make it a separate package
|
- detatch sshync and make it a separate package
|
||||||
- manpage
|
- manpage
|
||||||
|
|
||||||
Planned, no timeline:
|
Planned for next, next, next update (The Shears Update Pt. 2):
|
||||||
|
|
||||||
- create separate gui frontend targetting mobile devices (Android + Linux phones)
|
- ability to pass entries as arguments for more functions
|
||||||
^ the gui will also function on desktop linux
|
|
||||||
- package for more Linux distributions, such as Debian and Fedora)
|
|
||||||
- auto-completion on tab (currently unsure of best way to make this work)
|
- auto-completion on tab (currently unsure of best way to make this work)
|
||||||
|
|
||||||
|
Backlog:
|
||||||
|
|
||||||
|
- package for more Linux distributions, such as Debian and Fedora
|
||||||
|
- create separate gui frontend targetting mobile and desktop Linux
|
||||||
|
|
||||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||||
|
|
||||||
sshyp 2021.11.05.fr1
|
sshyp 2021.11.05.fr1
|
||||||
|
|||||||
+23
-12
@@ -1,20 +1,27 @@
|
|||||||
sshyp 2021.11.12.fr2
|
sshyp 2021.11.12.fr2
|
||||||
|
|
||||||
The Rewritten Update
|
The Lighter Update
|
||||||
|
|
||||||
This release is a major re-write of old "rpass" code.
|
This release features a major re-write of old "rpass" code.
|
||||||
sshyp is now more reliable and better documented.
|
sshyp is now more reliable and better documented.
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- an almost full re-write of the old "rpass" code used in the last release
|
- an almost full re-write of the old "rpass" code used in the last release
|
||||||
^ includes more reliable argument parsing and various optimizations
|
^ includes more reliable argument parsing and various optimizations
|
||||||
|
- new folders are now also created on the server
|
||||||
|
**fix gen command using old notes system
|
||||||
|
** address TODO comments
|
||||||
|
|
||||||
Planned for next update (The Patchwork Update):
|
Changes:
|
||||||
|
|
||||||
- address all "TODO" comments in sshyp
|
** major sshync bugs fixed
|
||||||
|
^fixed many instances where sshync would refuse to upload/download
|
||||||
|
^fixed errors that were being thrown despite sshync working as intended
|
||||||
|
** updated and optimized code for sshync
|
||||||
|
^f-strings, address TODO comments
|
||||||
|
|
||||||
Planned for next, next update (The Fluffy Update):
|
Planned for next update (The Fluffier Update):
|
||||||
|
|
||||||
- new visual features
|
- new visual features
|
||||||
^ this includes the new file list and thematic text art. sshyp will be
|
^ this includes the new file list and thematic text art. sshyp will be
|
||||||
@@ -22,23 +29,27 @@ Planned for next, next update (The Fluffy Update):
|
|||||||
- packages for more environments
|
- packages for more environments
|
||||||
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
||||||
Debian/Ubuntu and Fedora packaging will come later.
|
Debian/Ubuntu and Fedora packaging will come later.
|
||||||
|
- imporove password generator to guarantee more secure results
|
||||||
|
- fix nested folders
|
||||||
|
|
||||||
Planned for next, next, next update (The Sheep w/Shears Update):
|
Planned for next, next update (The Shears Update Pt. 1):
|
||||||
|
|
||||||
- allow for copying entire notes (not just first line)
|
- allow for copying entire notes (not just first line)
|
||||||
- allow for multi-client deletion... somehow
|
- allow for multi-client deletion... somehow
|
||||||
- ability to pass entries as arguments for more functions
|
|
||||||
- detatch sshync and make it a separate package
|
- detatch sshync and make it a separate package
|
||||||
- manpage
|
- manpage
|
||||||
|
|
||||||
Planned, no timeline:
|
Planned for next, next, next update (The Shears Update Pt. 2):
|
||||||
|
|
||||||
- create separate gui frontend targetting mobile devices (Android + Linux phones)
|
- ability to pass entries as arguments for more functions
|
||||||
^ the gui will also function on desktop linux
|
|
||||||
- package for more Linux distributions, such as Debian and Fedora)
|
|
||||||
- auto-completion on tab (currently unsure of best way to make this work)
|
- auto-completion on tab (currently unsure of best way to make this work)
|
||||||
|
|
||||||
|
Backlog:
|
||||||
|
|
||||||
|
- package for more Linux distributions, such as Debian and Fedora
|
||||||
|
- create separate gui frontend targetting mobile and desktop Linux
|
||||||
|
|
||||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||||
|
|
||||||
The full history of changes to "sshyp" and "rpass" can be found on the following page:
|
The full history of changes to "sshyp" can be found on the following page:
|
||||||
https://raw.githubusercontent.com/rwinkhart/sshyp/main/extra/changelog-total
|
https://raw.githubusercontent.com/rwinkhart/sshyp/main/extra/changelog-total
|
||||||
|
|||||||
Reference in New Issue
Block a user