Code Monkey home page Code Monkey logo

library-loader's Introduction

Library Loader ๐Ÿ“š

Status: CircleCI

Getting started

  1. Create an account on componentsearchengine.com if you don't have one already.
  2. Download a prebuilt version of library-loader from the releases page.

Extra steps for Library Loader CLI

  1. Generate a config file to store your settings in.
    Option 1: Generate a global config library-loader -gu
    Option 2: Generate a local config library-loader -g (current working directory).
  2. Edit the config file to your liking. Global config locations:
    Windows: C:\Users\%user%\AppData\Roaming\LibraryLoader.toml
    Linux: /home/$USER/.config/LibraryLoader.toml
    Mac: $HOME/Library/Preferences/LibraryLoader.toml

Build from source

  1. Make sure you have the rust toolchain installed.
  2. Download the source. git clone https://github.com/olback/library-loader.git.
  3. cd into library-loader/ll-[cli/gui]. This is REQUIRED because workspaces and features does not work at all together. :(
  4. cargo build --release --bin library-loader-[cli/gui]

Building from source using Docker

This allows you to build without installing any dependencies on your machine.

docker run --volume=$(pwd):/home/circleci/project olback/rust-gtk-linux cargo build --release --bin library-loader-[cli/gui]

Extra steps for Library Loader GUI

  1. sudo ./install.sh

What/Why?

This is an implementation of https://www.samacsys.com/library-loader/ in Rust. Why? Well, since the library-loader SamacSys provides only works on Windows, I thought it would be neat to make something similar but available to everyone.

For upcomming features, please see the TODO.md.

License

GNU Affero General Public License v3.0

library-loader's People

Contributors

4c0n avatar olback avatar simonlovskog avatar

Watchers

 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.