Code Monkey home page Code Monkey logo

gosetwacom's Introduction

gosetwacom

CUI Drawing tablet configuration tool for linux. Uses and requires xsetwacom to be installed.

The objective is to create a user-friendly interface for xsetwacom that allows for the creation of loadable profiles for saved devices.

main

Golang CUI for xsetwacom to easily create and store settings for drawing tablet.

Will need to integrate bash into go. Hint: once bash is integrated the following command will be a useful starting point:

mapfile -t device_list < <(xsetwacom list devices)

# to loop through the array: 
for element in "${device_list[@]}"
  do
    echo "{element}"
done

gosetwacom.go

  • package main
  • reserved for CUI handling
  • the three views are currently placeholders and will be replaced by "devices", "profiles", and "database"

tgsh.go

  • use to interface with bash

ttd.go

  • contains structs for managing device data and profiles

gosetwacom's People

Contributors

shafinmalik avatar

Stargazers

 avatar

Watchers

 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.