JustTags in a macOS app for working with BER-TLV EMV tags.
Clone the project
git clone https://github.com/kaphacius/just-tags
Go to the project directory
cd just-tags
Open with Xcode
xed .
Build and run with Command + R
If you want to open the application and pass the data from command-line, the following options are available:
- Custom URL schemes. Run
open justtags://main/nzMDKAjI
ORopen justtags://main/9F33032808C8
from command-line. - Piping the output into a custom function. Set it like this:
- Add the following to your
~/.zshrc
or~/.bashrc
:
justtags() {
read tags
open justtags://main/$tags
}
- Run
source ~/.zshrc
orsource ~/.bashrc
. - Use the new function
echo "9F33032808C8" | justtags
ORecho "nzMDKAjI" | justtags
.
Contributions are always welcome!
Please open an issue if you spot a bug, or an enhancement if you have an idea for a great feature.
Eftlab's BP-Tools
Emvlab's tlvtool
Binaryfoo's emv-bertlv