Code Monkey home page Code Monkey logo

de's People

Contributors

andrewlester avatar bobbymi11er avatar erikboesen avatar ianzullo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

de's Issues

Rewrite in another language

As much as bash scripts are fun, we may want to consider a rewrite in Python or another language. It would be a complicated process, but it might help with some other issues.

Add config autogeneration

For this, you will likely need to find a way to iterate through each variable, ask the user for the value, and store it. Alternatively (perhaps this would be easier), you could just cat an empty config into ~/.de and open it in the user's $EDITOR for them to write to manually. Choose whatever you think is best.

@AndrewLester

Makefile: put script in user-writable directory

Right now make puts the program into /usr/local/bin. This is common practice, but that directory by default requires users to have root/sudo access.

A better option would be to put it in ~/.local/bin, which is writable without root (by the owner of the home directory, of course).

The issue with this is that the $PATH variable doesn't contain that directory by default on most systems. We'd need to check that that directory is in the path and warn the user if necessary that they need to add it.

Config variable names are odd

We still use names formatted as DE_WHATEVER_THE_NAME_IS. There are two things wrong with this:

  • Firstly, we're now using a config file, so everything in the file will obviously pertain to this application and we don't need to say DE_ for clarification at the starting of each name.
  • Since they similarly aren't global environment variables anymore, they don't need to be capitalized.

Support more than one starting network

Right now we reconnect to whichever network we started on, but try to use the same PSK no matter what. This works fine for me since I'm usually at school and only need to reconnect to FCCPS-STUDENT, but it's not a great implementation.

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.