All Projects → neo-sh → neosh

neo-sh / neosh

Licence: GPL-3.0 license
A next-gen shell for modern systems (wip)

Programming Languages

lua
6591 projects
rust
11053 projects

Projects that are alternatives of or similar to neosh

Swiftcrossplatformframework
Tutorial to create cross platform framework for Swift compatible with Carthage and SwiftPM
Stars: ✭ 98 (+71.93%)
Mutual labels:  crossplatform
react-native-multiplayer-starter
Your next multiplayer game starter using react-native
Stars: ✭ 27 (-52.63%)
Mutual labels:  crossplatform
mylib
Шаблон кросплатформенного CMake-проекта для языка C++ 🇬🇧 Modern CMake crossplatform project template for C++
Stars: ✭ 49 (-14.04%)
Mutual labels:  crossplatform
Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (+156.14%)
Mutual labels:  crossplatform
gameframework2d
Core Example Program for 2D Game Programming Class
Stars: ✭ 16 (-71.93%)
Mutual labels:  crossplatform
CLI-Autocomplete
Cross-platform flexible autocomplete library for your CLI applications.
Stars: ✭ 21 (-63.16%)
Mutual labels:  crossplatform
Moolticute
Mooltipass crossplatform daemon/tools
Stars: ✭ 82 (+43.86%)
Mutual labels:  crossplatform
react-native-tab-navigator
JavaScript for React-Native iOS Android module
Stars: ✭ 35 (-38.6%)
Mutual labels:  crossplatform
hacktrack
HackaTrack 🛤: Say goodbye 👋🏾 to stress and unproductivity in hackathons 👩🏾‍💻!
Stars: ✭ 61 (+7.02%)
Mutual labels:  crossplatform
sokol-zig
Zig bindings for the sokol headers (https://github.com/floooh/sokol)
Stars: ✭ 131 (+129.82%)
Mutual labels:  crossplatform
Qbittorrent
qBittorrent BitTorrent client
Stars: ✭ 13,738 (+24001.75%)
Mutual labels:  crossplatform
PengueeBot
Automation tool, visit our discord channel if you have anything to ask
Stars: ✭ 27 (-52.63%)
Mutual labels:  crossplatform
symreader-converter
Converts between Windows PDB and Portable PDB formats.
Stars: ✭ 50 (-12.28%)
Mutual labels:  crossplatform
Gitlab Time Tracker Taskbar
🦊🕘 A crossplatform menubar/taskbar application for GitLabs time tracking feature. Currently in BETA!
Stars: ✭ 127 (+122.81%)
Mutual labels:  crossplatform
cppan
Project evolved into Software Network: https://github.com/SoftwareNetwork/sw
Stars: ✭ 108 (+89.47%)
Mutual labels:  crossplatform
Mln
高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua
Stars: ✭ 1,343 (+2256.14%)
Mutual labels:  crossplatform
pynotifier
Python notifications
Stars: ✭ 54 (-5.26%)
Mutual labels:  crossplatform
docker flutter
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
Stars: ✭ 33 (-42.11%)
Mutual labels:  crossplatform
Vaser
Vaser is a powerful high performance event based network engine library for C# .Net. It’s possible to start multiple servers in one program and use the same network code for all servers. In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.
Stars: ✭ 23 (-59.65%)
Mutual labels:  crossplatform
react-native-wheel-datepicker
Android & iOS iOS-style Picker & DatePicker Components for ReactNative
Stars: ✭ 72 (+26.32%)
Mutual labels:  crossplatform
neosh

Neosh

Next-gen shell built with Rust and Lua.

Status License Discord Minimal Rustc version

Planned features

  • Customizable TUI
  • Configuration powered by LuaJIT
  • Well-documented API
  • Plugins
  • Doc system powered by neorg
  • Crossplatform
  • Instant config reload
  • Instant reload of paradigms (profiles)
  • Configurable log system

Requirements

  • rustc version: 1.59+

Installation

$ git clone https://github.com/neo-sh/neosh.git
$ cd neosh
$ cargo build --profile optimized

Contribution

Ideas for contributing

Rules for contributing

  1. One PR - one feature (refactoring codebase and bugfixes can be done in a single PR)
  2. Conventional commit names
  3. One change - one commit (for example, formatting whole code should be done in separated commit)

How to contribute

  1. Fork repository
  2. Create an issue about your contribution if does not exist
  3. Create draft PR
  4. Start coding

Credits

Logo made by Binx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].