Skip to content

Enl0ve/thunderfetchcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

What cause me to publish this package?

During the worktime, what I do most is to fix bugs. So I am have to get files form the source according files' name. Initially, It's ok because the amount of files just a few, but now the counts of files become more and more. So I can't tolerate this any more. This is main reason why I write this package.

Usage

    thunder --version

or you can type this

    thunder -v

above command will display the current verison of package you install

    thunder logo

above command will show a logo like below:

  ________  __   __  __   __  ___  _  ____     _____  ___
 /__  ___/ / /__/ / / /  / / /   |/ / / __ \  / ___/ / _ \
   / /    /  __  / / /__/ / / /| | / / /_/ / / /=== / _ _/
  /_/    /__/ /_/ /_____ / /_/ |__/ /_____/ /____/ /_/ \_\ © VERSION <VERSION>
    thunder init --yes(-y)

above command uesd to init the Config files called filesConfig.json fastly

    thunder config --origin <dirName>

or you can type this for simple

    thunder config -o <dirName>

above command used to set the origin floder of source that you want to get files

    thunder config --dest <dirName>

like 'config -o ', you also can type 'config -d ' to make the same result.

except those, command 'config' has a alias named 'c', so you can excute command as below:

    thunder c <option> <dirName>
    thunder fileFetch -a

or

    thunder fileFetch -all

🚩above commands are the most important command that you can get files you config in filesConfig.

ChangeLOG

Version change type
1.3.0 abstract the process of setting filsConfig to funciton abstractSetConfig optimization

Issues

  • there are some logic problems needed to be fix;

  • command 'init --yes' will touch filsConfig.json fastly and automaticly, you can config floder and files. why I don't write commands to do that work? I think if files to much and folders are not only one, command is not convenient. But I still think how to realize this by command in reason.

🌈Future

### as so far, the pakcage just realize above functions temporarily. But I'm still planning to develop more functions to full this package and do some optimizations to make it better and stronger.

About

cli to fetch files automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published