Coder Social home page Coder Social logo

lai's Introduction

lai

Es un sencillo programa de línea de comandos que permite guardar anotaciones y mantenerlas sincronizadas entre varias computadoras. La idea es guardarte comandos, shortcuts, snippets y en gral cualquier cosa que quieras tener a mano en la consola. También podés compartir documentos con otros usuarios:

juan@compu1:~$ lai --add 'git fetch origin [remote-branch]:[new-local-branch]'

Luego, al buscar por 'git' (por defecto lai busca):

juan@compu1:~$ lai git
1: git fetch origin [remote-branch]:[new-local-branch]

También podés traer el documento por su id:

juan@compu1:~$ lai --get 1
git fetch origin [remote-branch]:[new-local-branch]

Como lai trabaja en modo cliente-servidor podés tener varios clientes sincronizados contra un servidor central, todo mediante comandos simples como update y commit:

juan@compu1:~$ lai --commit
Connecting to server..
Commited! 1 document.

Luego desde otro cliente:

juan@client2:~$ lai --update
Connecting to server..
Updated! 1 document added.
$ lai git
1: git fetch origin [remote-branch]:[new-local-branch]

lai también soporta usuarios y permite compartir documentos entre ellos:

juan@client2:~$ lai --adduser 1 paula
juan@compu1:~$ lai --commit
Connecting to server..
Commited! 1 document.

Luego el usuario paula descarga el documento compartido:

paula@compu1:~$ lai --update
Connecting to server..
Updated! 1 document added.
$ lai git
1: git fetch origin [remote-branch]:[new-local-branch]

lai's People

Contributors

lvidarte avatar alfredormz avatar vdg01 avatar pablodo avatar

Stargazers

 avatar

Watchers

James Cloos avatar

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.