Skip to content

Releases: artegoser/File-Library-Manager

FLIM 0.0.5 version - package update

27 Aug 16:58
c430f1c
Compare
Choose a tag to compare

NEW commands

package

  • package packagename install - устанавливает пакет файлов из глобальной библиотеки(библиотека внутри библиотеки)|installs a package of files from the global library (library within a library)
  • packages list - считывает имена всех пакетов из глобальной библиотеки|reads the names of all packages from the global library
  • package packagename list - считывает все наименования, ссылки и имена файлов в пакете|reads all titles, urls and filenames in a package

db

  • db globaldburl install filetitle - устанавливает из глобальной(не главной) библиотеки файл|installs a file from the global (not main) library
  • db globaldburl to ldbname.FLIM - скачивает глобальную(не главную) библиотеку на локальный диск|downloads the global (non-main) library to the local disk

FLIM 0.0.4

24 Jul 16:48
0533568
Compare
Choose a tag to compare

FLIM 0.0.4

Commands Added

  1. db cat
  2. ldb localdb.FLIM cat
  3. ldb firstlocaldb.FLIM merge(or combine) secondlocaldb.FLIM to finishlocaldb.FLIM(optional)

Bug fixes!

  1. Exception handlers

FLIM 0.0.3

24 Jul 11:38
c02aeae
Compare
Choose a tag to compare

FLIM 0.0.3

Commands Added

  1. ldb localdbname.FLIM info
  2. db info

LFL_portable(FLIM)

23 Jul 17:21
Compare
Choose a tag to compare

Portable version for LFL(FLIM). Has the function of loading files from the library, switching to the desired directory

To download write "install", then press enter and write the name of the file from the global library.

To go to the desired directory write "cd", then press enter and write the path you need

FLIM 0.0.2

23 Jul 18:18
Compare
Choose a tag to compare

ALL Commands FLIM 0.0.2

FLIM - Must be added to each FLIM command  (is not a separate command for FLIM) 


 FLIM version - Displays the version of the program  
FLIM install title-of-file - Installs a file from the global library  


FLIM db - Working with the global library (is not a separate command for FLIM) 
     + list - Gets file names, links to them and names from the global library  


FLIM localdb localdbname.FLIM - Working with local libraries  (is not a separate command for FLIM) 
                      + create - Creates a local library  
                      + add title name url - Adds a block to the local library  
                      + install file-title-in-local-library - installs the desired file from the local library  
                      + dbinstall - downloads completely files from the local library  
                      + list - gets the filenames of the linked files and names from the local library

Changelog

Commands Added

  1. FLIM db list
  2. FLIM localdb localdbname.FLIM create
  3. FLIM localdb localdbname.FLIM add
  4. FLIM localdb localdbname.FLIM install
  5. FLIM localdb localdbname.FLIM dbinstall
  6. FLIM localdb localdbname.FLIM list