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

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

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)