Skip to content

Commit

Permalink
chore: readme: emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed May 2, 2021
1 parent 8b71584 commit 867ca4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
LTO Info Tool
=============

This tool reads the internal memory of LTO/Ultrium cartridges from a tape drive
This tool reads the internal memory of LTO/Ultrium cartridges from a tape drive 🖭

More precisely, this tool can:
- Read, decode and display factory and usage information stored in the Cartridge Memory (`CM`) aka Medium Auxiliary Memory (`MAM`)
- View and modify the custom `User Medium Text Label` of a cartridge
- Display basic information about the tape drive device

## How to build and use
## :hammer: How to build and use

You need to have a go build environment [properly set up](https://golang.org/doc/install), then just type:

Expand All @@ -24,7 +24,7 @@ And try the tool by typing:

By default, the tool will look for a tape device in `/dev/nst0`, or what is pointed to by the `TAPE` environment variable. To specify another device, use the `-d` option.

## Output example
## :mag: Output example
```
Drive information:
Vendor : HP
Expand Down Expand Up @@ -61,14 +61,14 @@ Previous sessions:
Session N-3: Used in a device of vendor FAKEVEND (serial MODEL34567)
```

## Build-time dependencies
## :gem: Build-time dependencies

- https://github.com/HewlettPackard/structex: encode/decode bitfields in SCSI structs in a readable way
- https://github.com/benmcclelland/mtio: go bindings for `mt` ioctls
- https://github.com/benmcclelland/sgio: go bindings for `sgio` ioctls
- https://github.com/jessevdk/go-flags: command-line options parser

## Related
## :hearts: Thanks

Inspired from other tools written in C:
- https://github.com/arogge/maminfo
Expand Down

0 comments on commit 867ca4b

Please sign in to comment.