Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npavlinek/win32_tools
Personal command line programs for Windows
https://github.com/npavlinek/win32_tools
Last synced: 24 days ago
JSON representation
Personal command line programs for Windows
- Host: GitHub
- URL: https://github.com/npavlinek/win32_tools
- Owner: npavlinek
- License: 0bsd
- Created: 2022-08-28T12:42:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T13:10:34.000Z (over 1 year ago)
- Last Synced: 2024-10-26T22:31:44.990Z (2 months ago)
- Language: C
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
win32_tools
===========About
=====A repository of personal command line programs for Windows.
- ``etime`` - Measure execution time of a given command. Inspired by \*nix
``time``.- ``watchcmd`` - Listen for file changes in the current directory and if
detected, run the specified command.Build Instructions
==================To build using MSVC with optimizations enabled, use::
build_win32_msvc.bat optimized
To build using Clang with optimizations enabled, use::
build_win32_clang.bat optimized
Build artifacts are placed into the ``out`` directory. If the directory doesn't
exist, it'll be created.Installation instructions
=========================To install the executables built above somewhere where they'll be more
accessible, use the ``install.bat`` script with the path to the desired
directory like so::install.bat
License
=======Zero Clause BSD License, a public domain equivalent license. See the ``LICENSE``
file for more details.