aboutsummaryrefslogtreecommitdiff
path: root/g.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed typoczjstmax2025-12-131-3/+3
|
* instead of weird strcats, we're now safer and cleaner thanks to snprintf()czjstmax2025-11-241-60/+51
|
* testczjstmax2025-11-221-14/+19
|
* daily cumulative update #1czjstmax2025-11-211-4/+60
| | | | (no changelogs)
* "goodmorning" updateczjstmax2025-11-211-1/+1
| | | | beta sign now comes before - i like it better
* `g` daily (or rather, bi-daily) cumulative implementation updateczjstmax2025-11-211-6/+64
| | | | | | | | | | | | | | | | changelogs: - please i do not want to write any more changelogs let's just say that i am making progress and probably i'll either be able to finish it tomorrow or in 2/3 days from now on maximum (if nothing goes wrong and development keeps on going in a stable manner like these past few days) once i am done with `g`, i will also start working on implementing [`gim`](https://github.com/jstmaxlol/gim) which is already available on the AUR through the `gim` package. sorry for the long-ass commit. it's 00:24 so technically not my birthday anymore, i am still very happy because i got to finish the whole entirety of the second depth in just a day, thought it would have taken me more to be completely honest. with that said, goodnight, gotta catch some zzzzzzzzzzzzzzzzzzzzz's. -czjstmax/jstmax!/ceez2exzt, however.
* cumulative implementation updateczjstmax2025-11-201-1/+31
|
* fat cumulative updateczjstmax2025-11-201-19/+113
| | | | | slowly but steadily implementing everything, gotta pause for a bit though, it's my birthday btw :))
* goodnight for now - now you can `g c a` at least :)czjstmax2025-11-191-3/+48
|
* updated build script to remove local binary from repo, added [MIT] licenseczjstmax2025-11-191-27/+98
|
* cumulative commit - working on implementationczjstmax2025-11-191-58/+71
| | | | | | | | | | | | | changelogs: - updated build.sh build script - instead of the manually matched 'regex'-like BS, made an helper function matches() - maybe this made the code a bit more clunked because you have to manually create an array of strings with each and every possibility manually typed in but it is still hundreds of times better than what i was doing beforehand. also i forgot the binary inside of the commit but i'll make the build script handle that by deleting it after moving to PATH, probably a good idea.
* started implementing - reordered usage()czjstmax2025-11-181-10/+57
| | | | | | | changelogs: - reordered usage() based on implementation order - started implementation good night for now
* added readme and initial g.cczjstmax2025-11-181-0/+80