Commit graph

23 commits

Author SHA1 Message Date
Pagwin
5cd1c4c74b
working on patching capabilities 2024-09-11 15:07:39 -04:00
Pagwin
5015de5c52
updated pkgbuild 2024-09-08 14:22:25 -04:00
Pagwin
7d3e456a41
Fixed bug with certain commit hashes and code improvements
The bug was that if a byte in a commit id was less than 16 then it would
have a leading 0 which the format specifier that printed hex would
ignore.

The code improvements were removing instances or reading newlines from
stdin because breakpoints are better and the print statements are
sufficeient as points to break on, it may make sense to replace them
with function calls to functions which noop in future but for now this
is good enough.

In addition ignored some warnings in enum definitions, having error info
is useful in the debugger if nothing else so we're not just going to
throw that away due to a warning.
2024-09-08 14:17:33 -04:00
1d20205fc9 added readme 2024-01-30 11:07:50 -05:00
f06c3abf94 build.rs comes back 2024-01-30 10:52:28 -05:00
5a10c86029 version bump 2024-01-30 10:48:09 -05:00
c573ef8748 Added a nicer error message when config missing
also cleaned up some dead code that was commented out
2024-01-30 10:47:24 -05:00
e0e10be15c Finished PKGBUILD 2024-01-30 10:39:38 -05:00
4e288efbf6 Added License working on PKGBUILD
currently getting a link error due to libgit2
2024-01-30 09:52:56 -05:00
c6e33f39df
vite script 2023-04-08 12:05:51 -04:00
c8aa8fd8c2
version bump and yeet unused import 2023-02-08 11:30:14 -05:00
d328308113
small bug fix 2023-02-06 11:40:43 -05:00
d254bbd4cd made things mildly less effiecient so I could print pretty help 2022-09-25 16:25:19 -04:00
616049c7dc got things to a point where skeletons work the way I want them to(I think) 2022-09-25 16:21:26 -04:00
29a82376d6 continued work on getting cli reset and ammended commit to work 2022-09-25 15:26:51 -04:00
6a7f413a9c giving up and using the cli 2022-09-25 14:46:30 -04:00
33b158cc4c pain 2022-09-24 18:10:10 -04:00
20d831e028 trying to reset all commits down into one which specifies the repo came from a skeletor but struggling to ammend base commit with updated files 2022-09-23 23:55:42 -04:00
2235393890 scripts and config.toml placed in repo for convenience 2022-09-22 22:30:58 -04:00
002e5f3316 It works!! 2022-09-22 22:18:16 -04:00
ee5bec00e9 project rename and using project name instead of hardcoded value for config dir 2022-09-21 00:46:54 -04:00
5d04294dca cli work, very annoying 2022-09-19 21:54:10 -04:00
2fa1a03905 initial commit 2022-09-19 17:25:53 -04:00