Giter Site home page Giter Site logo

bin's Introduction

~/bin

Bookmarks

export-links.el is based on the get-webjump-sites function you can find in my Emacs configuration.

Touchpad

touchpad_on.sh and touchpad_off are called via udev rules. On my system, I have a file /etc/udev/rules.d/logitech.rules like what follows:

ACTION=="add", SUBSYSTEM=="usb", ENV{ID_VENDOR_ID}=="046d", ENV{ID_MODEL_ID}=="c52b", RUN+="/home/larsen/bin/touchpad_off.sh"
ACTION=="remove", SUBSYSTEM=="usb", ENV{ID_VENDOR_ID}=="046d", ENV{ID_MODEL_ID}=="c52b", RUN+="/home/larsen/bin/touchpad_on.sh"

This way the touchpad is disabled when I attach the external trackpad, and viceversa.

clip2capture

Inspired to Howard Abrams's setup for capturing content, a set of utilities that eliminates friction when taking notes using Emacs + Org-mode.

  • clip.py simply returns (as a HTML chunk of text) whatever happens to be in the clipboard (WIP, making it more robust)
  • clip2org transforms it's input in a org-mode string suitable for being used with org2capture
  • clip2capture captures whatever is passed on stdin to a org document, assuming there's a template associated to key n

bin's People

Contributors

larsen avatar

Watchers

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