Git Product home page Git Product logo

alfredworkflows's Introduction

alfred-workflows

Useful tiny workflows for Alfred v2.
Please feel free to send pull requests.

Alfred?

http://www.alfredapp.com/

If you use OSX, there is no reason not to install it on your Mac.
Get your work done faster!!

Install

Just drag'n'drop alfredworkflow files into the list pane of workflows view in preferences on your Alfred.

Features

Features are as below.


Date2Unixtime

Convert YYYY-MM-DD HH:mm:ss Z date to unixtime. Converted value is to be copied into the clipboard.


Decimal2Hex

This workflow converts decimal to hex.
Converted value is to be copied into the clipboard.

usage: hex [decimal]

type
hex 255
then
get 0xFF


Hex2Decimal

This workflow converts hex to decimal.
Convert value is to be copied into the clipboard.

usage: dec [hex]

type
dec FF
or
dec 0xFF
then
get 255


Mute

This workflow mutes OSX system audio output.
When it is already muted, then this workflow demutes it.
And the volume level is set back as before mute.

usage: mute


NodeJS-API

This workflow opens a web page of NodeJS API docs in specified version on default browser.

usage: nodeapiv [version] [api]

type
nodeapiv v0.8.20 fs
then
open http://nodejs.org/dist/v0.8.20/docs/api/fs.html on your browser


RandomInteger

This workflow generate random integer in given range.
Generated value is to be copied into the clipboard.

usage: random [range from] [range to]

type
random 1 10
then
get something integer between 1 and 10


Unixtime2Date

Convert unixtime to YYYY-MM-DD HH:mm:ss Z date. Converted value is to be copied into the clipboard.


VolumeControl

This workflow controls OSX system audio output volume.

usage: vol [0-100]

License

// TODO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.