Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

gitlab.com/Ste_ph_en/swiperd

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/Ste_ph_en/swiperd


Version published
Created
Source

#+title: SwiperD

A replacement for pushd, swpierd is a command line widget to select previous visited directories.

  • INSTALL

    1. Source

      1. Install go
      2. make sure GOBIN in your PATH varable
      3. install swiperd #+begin_src go install https://gitlab.com/Ste_ph_en/swiperd #+end_src
    2. Optionally add the following functions to your .rc file of choice to use swiperd with less effort. #+begin_src bash cd () { builtin cd $@ && swiperd -a }

to use swiperd

sd () { builtin cd "$(swiperd)" && swiperd -a } #+end_src

  • Inspiration

FAQs

Package last updated on 01 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc