All Projects → nishanths → Lyft

nishanths / Lyft

Licence: bsd-3-clause
Create and manage Lyft rides from the command line

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Lyft

Termd
Render markdown in the terminal
Stars: ✭ 32 (-11.11%)
Mutual labels:  cli
Swiftplantuml
A command-line tool and Swift Package for generating class diagrams powered by PlantUML
Stars: ✭ 34 (-5.56%)
Mutual labels:  cli
Moviescore
A cli tool to get movie ratings and reviews directly to your terminal!
Stars: ✭ 35 (-2.78%)
Mutual labels:  cli
Geektime Cli
CLI for time.geekbang.org (极客时间) bye
Stars: ✭ 32 (-11.11%)
Mutual labels:  cli
Tomanocupacero
Uma CLI cross-platform que reproduz um áudio do Mc Poze em loop. "toma no cu pacero to chei de ódio"
Stars: ✭ 33 (-8.33%)
Mutual labels:  cli
Nativescript Cli
Command-line interface for building NativeScript apps
Stars: ✭ 977 (+2613.89%)
Mutual labels:  cli
Mod Pbxproj
A python module to manipulate XCode projects
Stars: ✭ 959 (+2563.89%)
Mutual labels:  cli
Dotnet Delice
📑 A CLI to help you get insight into your projects' licenses
Stars: ✭ 36 (+0%)
Mutual labels:  cli
Jay
😎 Supercharged JavaScript REPL
Stars: ✭ 970 (+2594.44%)
Mutual labels:  cli
Planet Gee Pipeline Cli
Planet and Google Earth Engine Pipeline Command Line Interface Tool
Stars: ✭ 35 (-2.78%)
Mutual labels:  cli
Oas Generator
NodeJS RESTful APIs scaffolding based OpenAPI 3.x specs using oas-tools and express.
Stars: ✭ 32 (-11.11%)
Mutual labels:  cli
React Native Create Bridge
A CLI tool that bridges React Native modules & UI components with ease 🎉
Stars: ✭ 966 (+2583.33%)
Mutual labels:  cli
Gitviper
Enhanced git experience using the command line
Stars: ✭ 35 (-2.78%)
Mutual labels:  cli
Dpx
📦 CLI to run a Deno package without installing it (like npx for Deno)
Stars: ✭ 32 (-11.11%)
Mutual labels:  cli
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-2.78%)
Mutual labels:  cli
Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+2566.67%)
Mutual labels:  cli
Wonders
🌈 Declarative JavaScript framework to build command-line applications.
Stars: ✭ 34 (-5.56%)
Mutual labels:  cli
Composify
Turn WordPress plugin zip files into git repositories, so that composer version constraints work properly.
Stars: ✭ 36 (+0%)
Mutual labels:  cli
Judge
Online Judge Kernel,Virtual Judge Adapter,Command-Line Interface, Telnet Server, FTP Server
Stars: ✭ 35 (-2.78%)
Mutual labels:  cli
Cbrcli
Command line interface to Carbon Black Response
Stars: ✭ 35 (-2.78%)
Mutual labels:  cli

lyft

GoDoc Build Status

Create and manage Lyft rides from the command line.

# Install
go get github.com/nishanths/lyft

# Set up env vars (see 'Setup' heading below)
export GOOG_GEOCODE_KEY=<key>
export LYFT_CLIENT_ID=<key>
export LYFT_CLIENT_SECRET=<key>

# Manage rides
lyft ride create
lyft ride cancel <ride-id>
lyft ride status <ride-id>

# Save places for future use when creating rides
lyft place add    <name>
lyft place remove <name>...
lyft place show   [name]

# Help
lyft -help # or https://godoc.org/github.com/nishanths/lyft

Lyft Line isn't available on Lyft's web application (October 2017), but this program can help you order Line rides from your computer.

Setup

The program uses the following environment variables.

GOOG_GEOCODE_KEY
LYFT_CLIENT_ID
LYFT_CLIENT_SECRET

Refer to the Setup section in godoc to set these up.

Example

License

BSD 3-Clause.

Built with lyft-go.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].