https://github.com/arafatkn/tableplus-ulid-generator
ULID generator for Table Plus
https://github.com/arafatkn/tableplus-ulid-generator
table-plus ulid
Last synced: 4 months ago
JSON representation
ULID generator for Table Plus
- Host: GitHub
- URL: https://github.com/arafatkn/tableplus-ulid-generator
- Owner: arafatkn
- License: mit
- Created: 2023-12-28T03:48:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T08:30:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T16:17:37.564Z (about 1 year ago)
- Topics: table-plus, ulid
- Language: JavaScript
- Homepage:
- Size: 692 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TablePlus ULID Generator
# What is this
This is a TablePlus Plugin, you will have a menu `Generate ULID` in context menu.

# Support
TablePlus build 272 and above.
# Install
### From release
Download installable file from [release](https://github.com/arafatkn/tableplus-ulid-generator/releases), unzip and double-click on file plugin to install.
### Build from source
```
git clone git@github.com:arafatkn/tableplus-ulid-generator.git
cd tableplus-ulid-generator/ULIDGenerator.tableplusplugin
npm install
npm run build
open .
```
# How to use
1. Open a connection.
2. Open a table.
3. Click on a cell.
4. Click on `Generate ULID` in menu.
# License
ULIDGenerator is released under the MIT license. See [LICENSE](https://github.com/arafatkn/tableplus-ulid-generator/blob/master/LICENSE) for details.