Commit Graph
23 Commits
Author SHA1 Message Date
RandyTheSilly 499c9cdd40 Simplify error codes 2025-06-01 14:31:46 -04:00
RandyTheSilly 5af8caf680 Port to latest libmutton development version; address JetBrains warnings 2025-05-29 22:38:07 -04:00
RandyTheSilly 310c935d2d Port to latest libmutton development version (account for massive refactor) 2025-05-12 16:46:17 +00:00
RandyTheSilly 54a7d51efa Port to latest libmutton development version (use go-boilerplate) 2025-05-09 16:57:57 +00:00
RandyTheSilly 38ddc32656 Make "ansiEmptyDirectoryWarning" more visible in light terminal themes 2025-01-18 18:39:44 -05:00
RandyTheSilly 888b1ca80d Properly format function documentation comments 2024-08-11 19:05:16 -04:00
RandyTheSilly a23ae4a4b9 Switch to dependence on github.com/rwinkhart/libmutton 2024-08-08 17:24:48 -04:00
RandyTheSilly 182b50cd27 Fix Windows sync (WalkEntryDir now returns only UNIX-style separators); fix setting remote mod time on remote files when downloading; fix server binary compilation; fix init failing silently during SSH configuration 2024-05-31 01:23:50 -04:00
RandyTheSilly c7a2b4fb95 Reorganize function parameters to not specify repeat types 2024-05-29 13:23:08 -04:00
RandyTheSilly 570e257f08 Initial groundwork for native sync support 2024-05-11 20:52:38 -04:00
RandyTheSilly f33eb3d480 Refactor for better modularity (share more code among edit functions, rename "offline" package to "backend" 2024-04-15 18:16:05 -04:00
RandyTheSilly 3be77fe1ac Move initial directory indentation multiplier determination to be with rest of indentation logic 2024-04-12 16:00:34 -04:00
RandyTheSilly 9eefcb7c47 Show total entry count in entry list 2024-04-12 11:32:25 -04:00
RandyTheSilly 834b37abda Prevent EntryListGen errors from appearing in-line with header 2024-03-07 23:46:19 -05:00
RandyTheSilly 8fcb8958ce Exit after errors in EntryListGen 2024-03-07 23:43:35 -05:00
RandyTheSilly 93a1a2209c Implement temporary "init" functionality 2024-03-07 22:12:38 -05:00
RandyTheSilly e269b304cd More correctly use build constraints in entryList.go 2024-03-06 20:45:02 -05:00
RandyTheSilly 3ed3424adc Re-write argument parsing, implement skeleton of copy functionality 2024-03-01 21:09:56 -05:00
RandyTheSilly 775d7e605b Do not trim file extensions from entries (file extensions are no longer expected) 2024-03-01 14:07:53 -05:00
RandyTheSilly 61ca2fffa9 Fix initial entry reader shortcut on Windows 2024-03-01 13:47:28 -05:00
RandyTheSilly cdf1b0863e Replace remaining ANSI escape codes with constants 2024-02-27 12:01:35 -05:00
RandyTheSilly e7b3a21cf7 Implement ReadConfig for reading ~/.config/libmutton/libmutton.ini 2024-02-27 11:48:02 -05:00
RandyTheSilly 3c6eed63ba Split into separate packages 2024-02-26 16:58:39 -05:00