这个小程序用来对串口读写 Usage: AppName [-p port] [-c com] [-b baudrate] Option: -a ip Host IP to bind -p port TCP port to listen on -c com COM port to connect to -b baudrate Baudrate to use Attention: 1> If the host have no IP address, use localhost 2> d
小叮当
我正在通过将输入的文本重定向到其他文件来记笔记的小电子应用程序。 我将其与i3窗口管理器一起使用。
建立项目
要克隆和运行此存储库,您将需要和 (已随计算机一起安装。从命令行:
# Clone this repository
git clone https://github.com/electron/tinkernote
# Go into the repository
cd tinkernote
# Install dependencies
npm install
# Run the