KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
steel-pty
★ 23
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
yolov8-crowdhuman
:
YOLOv8 trained on CrowdHuman dataset and supports ONNX Runtime Inference for Image, Video and Webcam
loaf_watchdog
:
A script to automatically restart FiveM scripts when files are saved/changed.
mcp
:
can your ai run anything? yes it can
ApolloLauncherExport
:
Export Apollo apps to Pegasus, Daijishō or ES-DE frontend on Android
PFCD
:
[IJCAI 2025] Prompt-Free Conditional Diffusion for Multi-object Image Augmentation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
steel-pty
?
Download (.md)
# Installation Build Helix with steel (this also installs the `forge` package manager): ```sh git clone https://github.com/mattwparas/helix.git git checkout steel-event-system cargo xtask steel ``` Install the plugin: ```sh forge pkg install --git https://github.com/mattwparas/steel-pty ``` Load the plugin by adding the following line to `~/.config/helix/init.scm`: ``` (require "steel-pty/term.scm") ``` # Usage - `:open-term`: open a new terminal - `Shift-Tab`: switch back to the editor - `:new-term`: create a new terminal instance - `:switch-term`: switch between terminal instances - `:hide-terminal`: hide the terminal - `:kill-current-terminal`: kill the current terminal instance