Gregory Ployart
Gregory Ployart
Add the following commands: - Run command \/\\, that will launch the template matching process. - Version command \\/\\, that will return the installed version of NDF. - Help command...
Total redesign of the project structure. . ├── _global/ │ ├── constants/ │ │ └── extensions.py │ └── functions/ │ └── template.py ├── assets/ │ └── templates/ │ ├── default/...
Create a better issue template file respecting the following template: - Issue title - Date - Author name - NexusDownloadFlow version - Operating System (OS) and its architecture (32bits, 64bits)...
Add new command `path-of` that gets and returns the path of: - The current log file (with the argument `--logfile`. - The assets directory (with the argument `--assets`. - The...
Add a keyboard shortcut to interrupt the `run` command
Write operating documentation: - How to use every commands/options - How to use your own templates
Write a Pycharm friendly technical documentation.
Following issue #39 The `keyboard` library throws an error when the python application is launched without root permission. Replace hotkey feature using only the pyinput library.?