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
This commit is contained in:
@@ -620,7 +620,7 @@
|
||||
"Mtime": "2025-09-13T18:32:08.743+02:00"
|
||||
},
|
||||
{
|
||||
"Name": "Desktop",
|
||||
"Name": "Desktop Test",
|
||||
"Type": 16384,
|
||||
"ReadOnly": false,
|
||||
"Interactible": false,
|
||||
|
||||
1
src/lib/assets/fs/signature
Normal file
1
src/lib/assets/fs/signature
Normal file
@@ -0,0 +1 @@
|
||||
f6b90e56-2566-47b5-a7df-fb041128929a
|
||||
Reference in New Issue
Block a user