Giter VIP home page Giter VIP logo

bytenuts's Issues

Windows Support

A Windows binary version of bytenuts would be nice as a distributable to general embedded developers.

Limit max I/O data stored

Currently Bytenuts does not free any session data. It stores the entire history if both input and output. So, this is technically a leak that is remedied by a simple memory cap.

Session Resumption

Have a way to load back command history and output log from the previous session.

Inter-command Delay

Right now if you paste in multiple lines, each one will get sent as fast as possible. A configurable delay in between commands to throttle would be nice, default could be something like 50ms.

Script Integration

Feature to allow for running scripts that can interact with the connected device without needing to exit the program.

Cleanup Force Closed Process Cache Files

If you forcefully close a Bytenuts process, the outbuf.<pid>.log and inbuf.<pid>.log files will not get cleaned as the process never got the chance to rename the files as outbuf.log and inbuf.log. Could have active processes lock their cache files and if any unlocked cache files are found, delete them.

Command Files Broken

Command files are not loading currently, likely broken by the log file changes

Session Resumption with Multiple Instances

Bytenuts uses the same files for inbuf/outbuf regardless of if multiple instances of it are running. Ideally each process will have its own session, how to actually achieve that TBD.

Line Wrap does not behave properly

Since I draw the screen from the bottom up, lines that are longer than the output window width just end up overwriting the lines below them.

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.