31
loading...
This website collects cookies to deliver better user experience
esc
, then :q
to quit Vim, by the way).# To install
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# To configure your plugins, themes, aliases etc.
$ vi ~/.zshrc
wedisagree
.wedisagree
), really intuitive syntax, and a number of other features to make testing and debugging APIs as simple as it gets.# To install with brew
$ brew install httpie
# To make a request
$ http httpie.io/hello
--offline
mode, which lets you build and print out a (colourised and formatted) HTTP request without sending it. That way, you can see exactly the stuff the API in question is going to receive.# Using HTTPie
$ http wttr.in/london
# Or, using cURL
$ curl wttr.in/london
http wttr.in/London
with weather
. So now, each time I want to see the weather forecast for London, I am able to simply type weather
and save all those precious seconds of having to pick up my phone and navigate to the weather app. # To install using brew
$ brew tap xoofx/kalk
$ brew install kalk
# To launch
$ kalk
kalk 0.4.0+3fb73b1 - Copyright (c) 2020-2021 Alexandre Mutel
# Type `help` for more information and at https://github.com/xoofx/kalk
>>> # You can do things such as
>>> x=2; round((54+4)/(4+x))
# x = 2; round((54 + 4) / (4 + x))
x = 2
out = 10
# To install with brew
$ brew install taskd
# To create a new task (it will prompt you to create a ~/.taskrc file upon the first run; select yes
$ task add 'Write a dev.to article about CLI tools'
# To view all pending tasks
$ task
# To mark task as complete
$ task <task_id> done
task
now.weather
is too nice for it.