Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raguay/stacks-mfm-v2
An extension to Modal File Manager for using stacks of files and directories.
https://github.com/raguay/stacks-mfm-v2
extension modalfilemanager v2
Last synced: 2 months ago
JSON representation
An extension to Modal File Manager for using stacks of files and directories.
- Host: GitHub
- URL: https://github.com/raguay/stacks-mfm-v2
- Owner: raguay
- License: mit
- Created: 2023-10-20T06:41:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T11:09:09.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:18:20.893Z (9 months ago)
- Topics: extension, modalfilemanager, v2
- Language: JavaScript
- Homepage: http://customct.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Stacks for Modal File Manager
This is an extension for [Modal File Manager](https://GitHub.com/raguay/ModalFileManager) to create, add files/directories, copy files/directories, and paste files/directories from a hidden directory location to simulate stacks of files/directories. This is currently a minimal set of commands that will be expanded upon as I have time.
Commands added to the command prompt are:
| Command Prompt Name | Program Name | Description |
| --- | --------- | ------- |
| Copy to the Default Stack | CopyToDefaultStack | Copy the selection or current cursor entry to the default stack. |
| Move to the Default Stack | MoveToDefaultStack | Move the selection or current cursor entry to the default stack. |
| Paste from the Default Stack | PasteFromDefaultStack | Pastes the files and directories in the default stack to the current directory. |
| Clear the Default Stack | ClearDefaultStack | Deletes all files and directories in the default stack. |Commands for extension use are:
| Command Name | Description | Program Name |
| --- | ------ | --- |
| Get Stacks Directory | Get the path to the stacks directory. | GetStackDir |
| Get Stacks List | Get a list of Stack directories. | GetStackNames |