-
Notifications
You must be signed in to change notification settings - Fork 0
User Manul
In fact, Lazylist is simple enough, you dont't need to read this user manul
./lazylist
when you open lazylist, you will get a home page like this, you can use Arrow keys to select different component
The Top of search Bar is current path, you can type [Esc] to enter into parent directory
Then is Target File, you may have noticed two search conditions:
- “Aa” indicates case-insensitive search
- “.*” allows the use of regular expressions.
On the right side of the targetfile field, there’s a filter button. Clicking it opens a file filtering option, which currently only supports filtering by file size. If you need additional filters, please leave a comment in the issue tracker.
use arrow keys to selected file
if you want to enter into directory, just type [Enter], type[Esc] will go back to parent path if you want to operate file, type[x], then you will see a dialog
Click the "size" will sort file ascending,click again will sort file descending
Click "Last Modified Time" can choose whether to show file created time of last modified time
You can use arrow keys to select bookmark, type [Enter] will show file of bookmark
Lazylist provides a trash-like mechanism where deleting a file doesn’t immediately remove it but instead moves it to a trash bin. you can set Recycle Bin Path at config Page
In the trash bin, you can use the arrow keys to navigate through the trashed files.
Pressing x will bring up a dialog allowing you to either restore the file or permanently delete it from the disk.