Skip to content

A python script for searching and gathering all the .todo files of a main folder to a destination folder.

License

Notifications You must be signed in to change notification settings

rkeytech/file-gatherer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Gatherer

A python script for searching and gathering all the .todo files of a main folder to a destination folder. The main folder should be the place with all your projects or something like this. The script copies the tasks.todo files from all the folders in a folder with tasks name, which is located in the main folder, and converts them in .md files. Also, the scripts copies only old .todo files so you can edit the new .md files without the fear of overwriting them if you run the script again on the same folder.


Requirements

The requiments for the script to run are in the requirements.txt file. You can install all the requirements at once with pip install -r requirements. Obviously, you need first to check that you've got the Python version 3.8 on your system and you've got pip installed. The program was built with these versions of the required libraries but maybe it'll work with versions greater than the required.

Usage

python3 gatherer.py

Run the script with the above command and enter the path of the main folder in the /path/for/folder format

Releases

No releases published

Packages

No packages published

Languages