Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# nxtik

A library and tool for parsing and outputting information about Switch .tik files

```
nxtik 1.0.0

USAGE:
nxtik [FLAGS]

FLAGS:
-h, --help Prints help information
-k, --key-only
-r, --rid-only
-s, --signature
-V, --version Prints version information

ARGS:

```

## 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
```