Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjarkk/windows_tools
My windows tools to quickly perform actions on windows
https://github.com/mjarkk/windows_tools
Last synced: about 1 month ago
JSON representation
My windows tools to quickly perform actions on windows
- Host: GitHub
- URL: https://github.com/mjarkk/windows_tools
- Owner: mjarkk
- License: gpl-3.0
- Created: 2020-04-05T14:24:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T14:25:53.000Z (over 4 years ago)
- Last Synced: 2024-04-15T10:06:39.035Z (7 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My windows tools
This repo contains programs i have in my start menu to solve some dumb windows problems and do things more quickly## Tools
- `open_desktop`: Opens the desktop folder
- `open_downloads`: Opens the downloads folder
- `open_user_dir`: Opens the User directory## Build
```bat
.\build.bat
```## Copy the tools to the start menu
```bat
go run copy_tools.bat
```