All Projects → tsoding → Cm

tsoding / Cm

Licence: mit
Emacs' compilation-mode-like TUI application

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Cm

Synfig
This is the Official source code repository of the Synfig project
Stars: ✭ 1,056 (+1930.77%)
Mutual labels:  hacktoberfest
R6 Operator Counters
A website with a graph visualisation of how operators counter each other in Rainbow Six Siege.
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Gau
Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.
Stars: ✭ 1,060 (+1938.46%)
Mutual labels:  hacktoberfest
Cloudsplaining
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report.
Stars: ✭ 1,057 (+1932.69%)
Mutual labels:  hacktoberfest
Flutter Guide
📚 Flutter Guide on becoming a Master Flutterista
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Ts Postgres
Non-blocking PostgreSQL client for Node.js written in TypeScript.
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Sdformat
Simulation Description Format (SDFormat) parser and description files.
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Lvm
Development repository for lvm Chef cookbook
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Lingua Franca
Mycroft's multilingual text parsing and formatting library
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Emotecollector
Collects emotes from other servers for use by people who don't have Nitro
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Siler
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
Stars: ✭ 1,056 (+1930.77%)
Mutual labels:  hacktoberfest
Logidze
Database changes log for Rails
Stars: ✭ 1,060 (+1938.46%)
Mutual labels:  hacktoberfest
Golang Combinations
Golang library which provide an algorithm to generate all combinations out of a given string array.
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Redux Query
A library for managing network state in Redux
Stars: ✭ 1,055 (+1928.85%)
Mutual labels:  hacktoberfest
Awesome Android Kotlin Apps
👓 A curated list of awesome android kotlin apps by open-source contributors.
Stars: ✭ 1,058 (+1934.62%)
Mutual labels:  hacktoberfest
Perl5
🐫The Perl language interpreter.
Stars: ✭ 1,055 (+1928.85%)
Mutual labels:  hacktoberfest
Beginner Level Android Studio Apps
A repository for Hacktoberfest conducted by Digital Ocean. Star the repository if you find it interesting.
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
Puppet Selinux
Puppet Module to manage SELinux on RHEL machines
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest
React Tracking
🎯 Declarative tracking for React apps.
Stars: ✭ 1,062 (+1942.31%)
Mutual labels:  hacktoberfest
Js Api Client
Typeform API js client
Stars: ✭ 51 (-1.92%)
Mutual labels:  hacktoberfest

Build Status

cm

WARNING! The application is in an active development state and is not even alpha yet. Use it at your own risk. Nothing is documented, anything can be changed at any moment or stop working at all.

The goal of this application is to recreate the compilation-mode of Emacs as a standalone TUI application.

Build

Dependencies

Workflow

$ cargo build
$ ./target/debug/cm 'grep -rn String src/'

Usage

Default Shortcuts

Shortcut Description
j or Down Move cursor down
k or up Move cursor up
Alt+j or Alt+Down Move cursor to the next match
Alt+k or Alt+Up Move cursor to the prev match

Rest default shortcuts are TBD

Application layout

TBD

Configuration file cm.conf

TBD

Self-recurring

Examples

Searching with grep

asciicast

Fixing compilation errors

asciicast

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].