
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Ninjakatt is a collection of useful plugins that you can run on your computer and make your digital life easier. This repository contains the main application that ties all the plugins together and allows them to communicate with each other.
Ninjakatt is a collection of useful plugins that you can run on your computer and make your digital life easier. This repository contains the main application that ties all the plugins together and allows them to communicate with each other.
Open a PowerShell prompt as Administrator, and type:
npm install -g ninjakatt
ninjakatt
Simply press CTRL+C and start ninjakatt again if you're running it through a command prompt.
If you are running ninjakatt as a service, you need to open the Task Manager, go to the Services tab, and right-click ninjakatt.exe
and choose Restart.
To install ninjakatt as a service, run:
ninjakatt service install
To do this, open PowerShell as Administrator and run:
npm remove -g ninjakatt
If you're running ninjakatt as a service, you first need to remove the service:
sc delete ninjakatt
Then run the uninstall command above.
The ninjakatt configuration is stored in %USERPROFILE%/AppData/Roaming/ninjakatt/settings.json
You might want to install some ninjakatt plugins before editing this file and running the program.
You need to restart the program after changing the settings.
Install a plugin just like you installed ninjakatt:
npm install -g <plugin name>
You need to restart the program after installing a plugin.
Name | Description |
---|---|
ninjakatt-plugin-files | Watch file system for changes and trigger events |
ninjakatt-plugin-logger | Log events |
ninjakatt-plugin-webserver | Allows access to ninjakatt through a web browser |
ninjakatt-plugin-kodi | API for Kodi |
ninjakatt-plugin-qbittorrent | API for qBitTorrent |
ninjakatt-plugin-torrentrss | Download torrent files through rss feeds |
ninjakatt-plugin-epcheckr | API for epcheckr |
* Is installed by installing ninjakatt
You want ninjakatt to:
To do this, run the following:
npm install -g ninjakatt
npm install -g ninjakatt-plugin-torrentrss
npm install -g ninjakatt-plugin-qbittorrent
npm install -g ninjakatt-plugin-webserver
npm install -g ninjakatt-plugin-logger
The webserver plugin serves ninjakatt on port 8585.
Then edit your settings.json file (with VS Code):
code %USERPROFILE%/AppData/Roaming/ninjakatt/settings.json
Then install ninjakatt as a service:
ninjakatt service install
Et voilà!
FAQs
Ninjakatt is a collection of useful plugins that you can run on your computer and make your digital life easier. This repository contains the main application that ties all the plugins together and allows them to communicate with each other.
The npm package ninjakatt receives a total of 0 weekly downloads. As such, ninjakatt popularity was classified as not popular.
We found that ninjakatt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.