You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
🎯 Say goodbye to repetitive drag-and-drop drudgery!
8
8
9
-
🎯 Say goodbye to repetitive drag-and-drop drudgery.
10
-
11
-
Open File Mover is a simple python script that allows you to do three things:
12
-
1.**Move folders through the command line**
13
-
2.**Empty out your recylce bin through the command line.**
14
-
3.**Empty your downloads folder through the command line.**
15
-
16
-
17
-
9
+
Open File Mover is a simple Python script that lets you do three things:
10
+
1.**Move folders via the command line**
11
+
2.**Empty your recycle bin using the command line**
12
+
3.**Clear your downloads folder through the command line**
18
13
19
-
## Download
14
+
## Building Instructions in Three Easy Steps
20
15
16
+
1.**Install Python 3**: Ensure Python 3 is installed on your system.
17
+
2.**Install the winshell dependency**: You need the `winshell` package for this program to work. Install it by running `pip install winshell` in your terminal.
18
+
3.**Run the script**: Navigate to the `src` folder and execute `python main.py 'insert your command here'` to start using the tool.
21
19
22
-
# Contributing to Open File Mover CLI
20
+
##Contributing to Open File Mover CLI
23
21
24
-
We warmly welcome contributions to the **Open File Mover CLI** project! The current maintainer, **@AustinCGomez**, is excited to collaborate with you. Follow these steps to contribute and become part of our vibrant open-source community:
22
+
We warmly welcome contributions to the **Open File Mover CLI** project! The current maintainer, **@AustinCGomez**, is excited to collaborate with you. Follow these steps to contribute and join our vibrant open-source community:
25
23
26
-
## How to Contribute
24
+
###How to Contribute
27
25
28
-
1.**Find an Issue**: Browse the [Issues tab](https://github.com/your-repo/open-file-mover-cli/issues) to find an available task that interests you.
26
+
1.**Find an Issue**: Visit the [Issues tab](https://github.com/your-repo/open-file-mover-cli/issues) to find a task that interests you.
29
27
2.**Claim the Task**: Comment on the issue to express your interest in working on it. Wait for confirmation from the maintainer (@AustinCGomez) to ensure the task is available.
30
-
3.**Submit a Pull Request**: Create a pull request (PR) with your changes. Ensure your code is well-documented and follows the project's guidelines.
31
-
4.**Code Review**: The maintainer will thoroughly review and test your code. You may receive feedback or recommendations for refactoring.
28
+
3.**Submit a Pull Request**: Create a pull request (PR) with your changes. Ensure your code is well-documented and adheres to the project's guidelines.
29
+
4.**Code Review**: The maintainer will review and test your code thoroughly. You may receive feedback or suggestions for refactoring.
32
30
5.**Celebrate**: Once your PR is approved and merged, enjoy the thrill of contributing to open-source software! Your name will be added to the contributors list below.
33
31
34
32
## Acknowledgments
@@ -43,8 +41,3 @@ A huge thank you to all our contributors who have made **Open File Mover CLI** b
43
41
-@malikrohail
44
42
45
43
Join us in making **Open File Mover CLI** even better! 🚀
0 commit comments