Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.