Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takase1121/lite-fsutils
Filesystem utilities for lite(-xl)
https://github.com/takase1121/lite-fsutils
Last synced: 11 days ago
JSON representation
Filesystem utilities for lite(-xl)
- Host: GitHub
- URL: https://github.com/takase1121/lite-fsutils
- Owner: takase1121
- License: mit
- Created: 2021-06-04T02:52:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T08:57:48.000Z (over 3 years ago)
- Last Synced: 2024-11-26T12:16:34.576Z (2 months ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lite-fsutils
This plugin introduces a few commands related to the filesystem (rename / move, recursive delete (`rm -r`), recursive create directory (`mkdir -p`)) to lite.
It also exports a few wrapper filesystem functions so that other plugins may use it.
This plugin is required for [`lite-contextmenu`](https://github.com/takase1121/lite-contextmenu) to work with TreeView.
### Note :
fsutils.delete() depends on os.remove() for deleting files and directories. While this works for files everywhere, it doesnot delete directories on Windows.