https://github.com/rushi/alfred-dev-utils
Dev utils to convert data from one format to another
https://github.com/rushi/alfred-dev-utils
alfred alfred-workflow epoch objectid utils
Last synced: 9 months ago
JSON representation
Dev utils to convert data from one format to another
- Host: GitHub
- URL: https://github.com/rushi/alfred-dev-utils
- Owner: rushi
- Created: 2022-10-22T16:30:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T17:01:42.000Z (over 3 years ago)
- Last Synced: 2025-03-01T23:31:53.749Z (over 1 year ago)
- Topics: alfred, alfred-workflow, epoch, objectid, utils
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rushi's Dev Utils
An [Alfred App Workflow](https://www.alfredapp.com/workflows/) for developers. It's a simple utility to convert data in various formats.
### Commands
```
Commands:
epoch Convert one date format into epoch time or vice-versa
objectid Convert a date into an ObjectId (MongoDB) and vice-versa
url URL encode/decode a string
html HTML encode/decode a string
```
## Help Links
* [npmjs.com/package/alfy](https://www.npmjs.com/package/alfy) and [alfredapp.com/help/workflows/inputs/script-filter/json](https://www.alfredapp.com/help/workflows/inputs/script-filter/json/)
* [epochconverter.com](https://www.epochconverter.com)
* [npmjs.com/package/bson-objectid](https://www.npmjs.com/package/bson-objectid) and [steveridout.com/mongo-object-time](https://steveridout.com/mongo-object-time/)
* [day.js.org/docs/en/display/format](https://day.js.org/docs/en/display/format)
* [github.com/wanasit/chrono](https://github.com/wanasit/chrono)
* [freeformatter.com/base64-encoder.html](https://www.freeformatter.com/base64-encoder.html)
* [freeformatter.com/html-entities.html](https://www.freeformatter.com/html-entities.html)