Commit Graph

4 Commits

Author SHA1 Message Date
e1fe000608 Changelog:
- Added `getGroupByName() getGroupByGid() getUserByName getUserByUid()` methods to the `Bash` class.

- Fixed a bug inside the `localStorage` caching logic that saved only 32 characters out of 36 in the signature UUID.

- Added support for reverse order sorting in the quick sort implementation.

**Commands:**

- ls
	-l
	-a
	-A
	-U
	-g
	-G
	-h
	-f
	-n
	-N
	-r
	-Q
	-p
	-o
- cd
2026-02-08 10:42:58 +01:00
e853268e52 Bash and IO working, basic error setup. Changelog:
Commands:
    - ls (only with -l)
    - cd (basic, probably unfinished)
2026-02-08 10:42:58 +01:00
4428cc7e8a Init rebase to Svelte and TS 2026-02-08 10:42:58 +01:00
1af139201d Initial commit 2026-02-08 09:32:51 +01:00