litser

Форк
0

README.md

File manager LITSER

After compiling the application, there must be a db folder in the root folder along with the exe file, which must contain the files db.json, config.json and lang.json Copy it from src/dev/

Clear file db.json — Write an empty array in it: []

Presets have the following format

[
{
"ID_PRESET": { // Generated when added from an application
"name": "PRESET_NAME",
"pathFrom": "", // Folder with files for operations on them
"pathTo": "", // Folder where files will be transferred and copied to
"typeFiles": "", // File types that must be present in the list
"sizeFiles": "", // File size in kilobytes
"wordLeft": "", // Search for a word in the file name on the left
"wordRight": "", // Search for a word in the file name on the right
"changed": "",
"remember": [] // The name of the files that should be mandatory in the list,
// this is "favorites"
}
},
{ "IP_PRESET": {...} }
...
]

Clone the repository in a suitable folder

git clone https://github.com/TheWitcher1991/litser.git

Then download the nodejs packages

npm i

Run the application in development mode

npm run watch
npm run start

Build for window

npm run package:win

Build for linux

npm run package:linux

Описание

A small NodeJS file manager designed for parsing folders with a large number of files, as well as moving, copying and deleting files from those folders

Языки

JavaScript

  • CSS
  • SCSS
  • Shell
  • HTML
Сообщить о нарушении

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.