Coder Social home page Coder Social logo

vadz / native_messenger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tridactyl/native_messenger

0.0 2.0 0.0 149 KB

WIP native messenger for Tridactyl, a vim-like web-extension.

License: BSD 2-Clause "Simplified" License

Shell 22.56% Nim 43.78% Python 6.98% PowerShell 26.68%

native_messenger's Introduction


Tridactyl Native Logo
Tridactyl native messenger

What does it do?

This small application allows Tridactyl to communicate with your system, allowing Tridactyl to:

  • read files on your computer, including "RC" configuration files
  • write files to your computer
  • launch applications, including opening about:* tabs in Firefox
  • and generally do arbitrary stuff in userspace.

It therefore greatly increases the amount of damage bugs in Tridactyl can do to your machine, although, arguably, not to your life, since almost all of that is on the internet anyway.

Installation

Two options: run :nativeinstall in Tridactyl and follow the instructions. Otherwise download and run installers/install.sh, or installers/windows.ps1 for Windows, from this repository

Building

  1. Install nim and nimble.
  2. nimble build

Testing

DIY testing:

./gen_native_message.py cmd..getconfigpath | ./native_main | cut -b4- | jq 'walk( if type == "object" then with_entries(select(.value != null)) else . end)'

Swap native_main for the old native_main.py messenger to check compat.

native_messenger's People

Contributors

bovine3dom avatar rummskartoffel avatar

Watchers

James Cloos 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.