Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jam1garner/nxtik
A library and tool for parsing and outputting information about Nintendo Switch .tik files
https://github.com/jam1garner/nxtik
Last synced: 4 days ago
JSON representation
A library and tool for parsing and outputting information about Nintendo Switch .tik files
- Host: GitHub
- URL: https://github.com/jam1garner/nxtik
- Owner: jam1garner
- License: mit
- Created: 2020-03-19T22:17:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T21:41:20.000Z (5 months ago)
- Last Synced: 2025-01-03T02:54:01.361Z (5 days ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nxtik
A library and tool for parsing and outputting information about Switch .tik files
```
nxtik 1.0.0USAGE:
nxtik [FLAGS]FLAGS:
-h, --help Prints help information
-k, --key-only
-r, --rid-only
-s, --signature
-V, --version Prints version informationARGS:
```## Installing
Proper install (requires Rust to be installed, supports all Operating Systems):
```
cargo install --git https://github.com/jam1garner/nxtik --locked
```Rust-less install (Windows and Linux only):
1. Download from [the releases page](https://github.com/jam1garner/nxtik/releases) (no MacOS build available)
2. Copy the executable (`nxtik` for Linux or `nxtik.exe` for Windows) to either a folder added to path or to wherever you want to use it## Build from source
```
git clone https://github.com/jam1garner/nxtik
cd nxtik
cargo build --release
```