Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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