Coder Social home page Coder Social logo

1passel's Introduction

1PassEl | 1Password integration in Emacs (Work in Progress)

1passel is a very simple tool to integrate 1password into emacs. I find this useful to be used within the EXWM desktop environment. With this I can get my password anywhere with a few keystrokes.

Installation

The main prerequisite for this package is the op command-line utility provided by 1password. One this is installed, you can download the 1passel.el file and load it from your init file.

You also need to have gpg-agent running as the tool is going to use your master password stored in an encrypted gpg file (see this line of code).

A part from the usual installation you can install this using straight and use-package.

(use-package 1passel
	     :straight '(1passel :host github
	     	       :repo "vinid/1passel"
		       :branch "master"))

Commands

1passel exposes two interactive commands

First Login

If you use 2FA the first time you will need to run:

op signin

On your command line.

M-x 1passel-get-password

Allows for password search. Logs in if you are logged out. It simply runs the command to get the accounts and allows for the extraction of a particular password that is then copied to clip-board.

Useful Links

  • 1password.el it is a nicely done project to integrate 1password into emacs.
  • 1pass provides a very well designed wrapper on top of the 1password command-line tool. It also provides some emacs features.

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.