Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesr/dashid
Simple tool to remove/add UUID dashes
https://github.com/alesr/dashid
Last synced: 3 days ago
JSON representation
Simple tool to remove/add UUID dashes
- Host: GitHub
- URL: https://github.com/alesr/dashid
- Owner: alesr
- Created: 2019-02-18T15:23:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T08:31:54.000Z (almost 6 years ago)
- Last Synced: 2024-11-22T05:28:41.316Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
A simple tool to remove/add UUID dashes.
## INSTALATION
```
git clone [email protected]:alesr/dashid.git
cd dashid
go install
```## USAGE
### Removing dashes of a valid UUID
```
ᐅ dashid b0dbb233-0d7e-4fdc-8d34-bfc32262f937
b0dbb2330d7e4fdc8d34bfc32262f937
```### Adding back the dashes to an otherwise valid UUID
```
ᐅ dashid b0dbb2330d7e4fdc8d34bfc32262f937
b0dbb233-0d7e-4fdc-8d34-bfc32262f937
```