All Projects → zakkor → shortcut

zakkor / shortcut

Licence: other
Quickly make and use shortcuts in your shell for easy navigation

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to shortcut

UnityScreenNavigator
Library for screen transitions, transition animations, transition history stacking, and screen lifecycle management in Unity's uGUI.
Stars: ✭ 488 (+2770.59%)
Mutual labels:  navigation
godot 2d navmesh generator
Godot plugin that generates a 2D navigation mesh from collsion nodes.
Stars: ✭ 35 (+105.88%)
Mutual labels:  navigation
shortcuts-for-chrome
Chrome navigation menu for technical users.
Stars: ✭ 28 (+64.71%)
Mutual labels:  navigation
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+229.41%)
Mutual labels:  navigation
diractions
👨‍💻 Doing Anything, Anywhere, from Here [zsh] 🚏
Stars: ✭ 30 (+76.47%)
Mutual labels:  navigation
pygac
A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
Stars: ✭ 14 (-17.65%)
Mutual labels:  navigation
vscode-tree-view
VSCode extension that probvides mail symbol overview of the currently opened file
Stars: ✭ 26 (+52.94%)
Mutual labels:  navigation
UT Framework
Various advanced tools built for Unreal Engine 4
Stars: ✭ 45 (+164.71%)
Mutual labels:  navigation
jquery-scrollwatch
jQuery plugin for determining active sections on the page based on scrolling
Stars: ✭ 18 (+5.88%)
Mutual labels:  navigation
timelens
Timelens command-line client
Stars: ✭ 39 (+129.41%)
Mutual labels:  navigation
bottom-nav
Material Design bottom-nav https://material.io/guidelines/components/bottom-navigation.html
Stars: ✭ 25 (+47.06%)
Mutual labels:  navigation
vox nav
A project to develop/adapt a navigation system for outdoor robotics in rough uneven terrains
Stars: ✭ 101 (+494.12%)
Mutual labels:  navigation
react-native-weather
This project is to explore React Navigation (Drawer, Tab, and Stack Navigators). And explore best practices around styling, design, and collaborating with designers for better UX for building great apps.
Stars: ✭ 51 (+200%)
Mutual labels:  navigation
hipsbarjs
Hipsbarjs is a javascript plugin for easily creating drawers in web apps
Stars: ✭ 17 (+0%)
Mutual labels:  navigation
AI
使用深度强化学习解决视觉跟踪和视觉导航问题
Stars: ✭ 16 (-5.88%)
Mutual labels:  navigation
path planning GAN
Path Planning using Generative Adversarial Network (GAN)
Stars: ✭ 36 (+111.76%)
Mutual labels:  navigation
navdatareader
Navdatareader is a command line tool that uses the atools fs/bgl and fs/writer to store a full flight simulator scenery database into a relational database like Sqlite or MySql.
Stars: ✭ 35 (+105.88%)
Mutual labels:  navigation
graphhopper-ios
iOS Port of the GraphHopper road routing engine
Stars: ✭ 67 (+294.12%)
Mutual labels:  navigation
NavigationRouter
A router implementation designed for complex modular apps, written in Swift
Stars: ✭ 89 (+423.53%)
Mutual labels:  navigation
easyRNRoute
https://medium.com/@kevinle/comprehensive-routing-and-navigation-in-react-native-made-easy-6383e6cdc293#.nttfeeq3p
Stars: ✭ 25 (+47.06%)
Mutual labels:  navigation

shortcut

Quickly make and use shortcuts in your shell for easy navigation

Installation

bash

sh install.sh

zsh

zsh install.zsh

The installation commands will put an executable shortcut in /usr/local/bin, and append a shell function called sc to your .bashrc or .zshrc, respectively.

Example usage

Say you're in ~/some/long/path/work:

sc work . to declare a shortcut called work that leads to the current dir

sc work to cd to that shortcut.

(Of course, when you declare a shortcut you can also use an absolute path if you want, like sc go /home/me/go/src/github.com/me)

The shortcuts are persistent, and are stored in ~/.scrc

Fuzzy finding shortcuts

You can integrate fuzzy finding with your shortcuts via the ~/.scrc file.

Use this example to integrate with fzf

alias scf='sc $(cut -d " " -f 1 ~/.scrc | fzf)'

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].