Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/renice
renices things
https://github.com/fluffynuts/renice
Last synced: 19 days ago
JSON representation
renices things
- Host: GitHub
- URL: https://github.com/fluffynuts/renice
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2020-06-13T13:02:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T09:30:27.000Z (about 1 year ago)
- Last Synced: 2024-11-17T05:58:32.431Z (2 months ago)
- Language: C#
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# renice
A windows-only utility to alter process priority with a few extras. Made by a spider-monkey on uppers, the code isn't pretty, but it wurks grate!## Get it
[on the releases page](https://github.com/fluffynuts/renice/releases) or roll your own from the source here (:If you download from the releases page, be sure to put the binary in a folder that's in your PATH, or add the folder you're keeping it in to your path. If you build yourself via the npm script, you'll get `%USERPROFILE%\.local\bin\renice.exe`
## Roll your own
You'll need a few bits and pieces. Bare minimum is dotnet sdk version 8. If you'd like to be able to build without knowing anything about the build process, also install node (at least version 16, or select v16+ with your node version manager - I recommend [nvs](https://github.com/jasongin/nvs)1. `npm i`
2. `npm run publish-local`
3. add the folder `.local\bin` from your profile directory to the path (typically, something like `C:\users\your.user.name\.local\bin`) - this is where the local `renice.exe` was placed (or go find it under the publish folder in the project, if you like)