Commit Graph
327 Commits
Author SHA1 Message Date
rwinkhart 94f5420f83 Delete codeql-analysis.yml 2022-06-20 09:04:37 +00:00
rwinkhart 4f90e5ca0b Create codeql-analysis.yml 2022-06-20 08:58:03 +00:00
RandyTheSilly 90454645e0 No longer package Fedora with the "All" option (to ensure Fedora is only packaged from itself) 2022-06-20 03:49:51 -04:00
RandyTheSilly c0ac590e4b Updated documentation 2022-06-20 03:45:43 -04:00
RandyTheSilly 964561b33b Properly handle exception for non-integer input with pass_gen() 2022-06-20 03:35:19 -04:00
RandyTheSilly 6398ef8ec0 Optimized gen() function 2022-06-20 03:23:36 -04:00
RandyTheSilly 45ee9ff40b Fixed error when generating a new password entry with no additional arguments 2022-06-20 03:15:08 -04:00
RandyTheSilly a06fc38968 Fixed accidental overwriting when creating a new file of a name that is already present + some fixes for renaming and generating 2022-06-20 03:08:08 -04:00
RandyTheSilly 1860edaccf Fix FreeBSD errors on entry creation/editing due to attempting to access a directory with limited permissions 2022-06-20 02:11:33 -04:00
RandyTheSilly abe9fed749 Corrected installed size for Debian/Termux packages 2022-06-20 02:02:07 -04:00
RandyTheSilly 71662a53f1 Update README.md 2022-06-20 01:12:47 -04:00
RandyTheSilly 99282ea5b0 Clarify FreeBSD support in version screen 2022-06-20 00:31:08 -04:00
RandyTheSilly 4b77990d97 Clarify that the Fedora package must be built using Fedora 2022-06-20 00:26:21 -04:00
RandyTheSilly afe05cf76f Replace claims of Red Hat support with Fedora, as testing is not done with other Red Hat distributions 2022-06-20 00:16:06 -04:00
RandyTheSilly f2d704a447 Cleaned up ascii art in banner 2022-06-19 23:28:46 -04:00
RandyTheSilly 3e8ab76db7 Added banner to README.md 2022-06-19 23:11:56 -04:00
RandyTheSilly be0c226e15 Replaced 100h mascot with banner 2022-06-19 23:06:36 -04:00
RandyTheSilly 61525bd81e Replaced 400h mascot image with 100h mascot image 2022-06-19 22:21:01 -04:00
RandyTheSilly 21205f48dd Added 400 pixel tall version of sshyp mascot image 2022-06-19 22:19:20 -04:00
RandyTheSilly 86c57c8f87 Added full-resolution mascot image 2022-06-19 22:12:44 -04:00
RandyTheSilly 8c0e9eb6df Update README.md v1.0.0rc2 2022-06-17 03:19:21 -04:00
RandyTheSilly c03e818560 Update documentation 2022-06-17 03:16:01 -04:00
RandyTheSilly 0b653000ef Increased visual density of entry list 2022-06-17 02:41:50 -04:00
RandyTheSilly 9f89dce42b Update rename function to new entry name fetcher 2022-06-17 02:33:26 -04:00
RandyTheSilly e7b2e19039 Updated input text for adding an entry 2022-06-17 02:24:53 -04:00
RandyTheSilly 80b6b4abd2 Restored custom input prompts, fixed "add folder" not using new entry name fetcher, made all input prompts serve entry list 2022-06-17 02:18:23 -04:00
RandyTheSilly 758e9f331c Added entry name fetching function to get user input with a cleaner method 2022-06-17 01:50:06 -04:00
RandyTheSilly ba14c0e74b Optimized argument parsing 2022-06-16 17:11:02 -04:00
RandyTheSilly 1991672618 Initial FreeBSD packaging support 2022-06-16 16:11:24 -04:00
RandyTheSilly 9b600dabbf Decrypt lock file to /dev/null 2022-06-12 03:23:22 -04:00
RandyTheSilly e42641079d Added error message for failed decryption 2022-06-12 02:40:24 -04:00
RandyTheSilly 7c6cbaec35 Fixes for Red Hat packaging 2022-06-11 21:42:23 -04:00
RandyTheSilly cb441933db Initial Red Hat packaging support 2022-06-11 20:48:27 -04:00
RandyTheSilly dad1a34575 Added a check to ensure ssh and syncing support are properly configured (also disabled syncing support if not properly configured, acting as a form of offline mode) 2022-06-05 21:27:02 -04:00
RandyTheSilly 3a30812de5 Properly handled exception for unfinished configuration files 2022-05-30 16:51:47 -04:00
RandyTheSilly e1930f9457 Various visual consistency updates 2022-05-30 16:48:18 -04:00
RandyTheSilly 05df3dd903 Updated missing config files message to be in-line with new error message styling 2022-05-30 15:45:07 -04:00
RandyTheSilly 5c1195f42d Updated password length limit message to be in-line with new error message styling 2022-05-30 15:40:10 -04:00
RandyTheSilly 30aa3e2438 Further improvements to visual consistency of errors 2022-05-30 15:33:37 -04:00
RandyTheSilly a8ea1eb444 Fix for occasional IndexError exceptions with new argument system 2022-05-30 15:10:47 -04:00
RandyTheSilly 8e053f25b8 More styling consistency changes 2022-05-30 14:48:30 -04:00
RandyTheSilly a175a270e0 Updated entry reader with more consistent color styling 2022-05-30 14:35:43 -04:00
RandyTheSilly d116582144 Improved argument system to more accurately handle incorrect user inputs 2022-05-30 02:38:18 -04:00
RandyTheSilly f760b5420c Reduced visual complexity of help screens 2022-05-26 05:32:46 -04:00
RandyTheSilly 6498a076f2 Overhauled version screen w/ascii art 2022-05-26 05:05:25 -04:00
RandyTheSilly f4a0c52ca8 Update documentation 2022-05-23 02:17:42 -04:00
RandyTheSilly ffafbd2b91 Improved entry exists checks when reading entry v1.0.0rc1 2022-05-23 00:28:44 -04:00
RandyTheSilly d7bf7da177 Added exception for renaming something that doesn't exist 2022-05-23 00:00:45 -04:00
RandyTheSilly 13d466bb21 Reduced lines used for KeyboardInterrupt exception 2022-05-22 23:43:34 -04:00
RandyTheSilly 7aa9ea63e2 Addressed line-length warnings 2022-05-22 23:18:33 -04:00