summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-10-26 17:30:21 +0100
committerGitHub <noreply@github.com>2020-10-26 17:30:21 +0100
commit0540920bed103be2043d67c2a7844e2696e8fd0e (patch)
treef02d553915431d8292eca2075dfa083e958a1862 /README.md
parent228b730dbb82e51b77f5e8e7d9be9937b1560855 (diff)
docs(readme): edits
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/README.md b/README.md
index a68a3a20f..06e3b11b6 100644
--- a/README.md
+++ b/README.md
@@ -9,22 +9,25 @@
# What is this?
-Mosaic is a workspace aimed at developers and ops-oriented people who love the terminal.
-At its core, it is a terminal multiplexer (similar to tmux[link] and screen[link]), but this is merely its infrastructure layer.
-
-Mosaic is a work in progress and is currently in active development. See below if you'd like to get involved!
+Mosaic is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal.
+At its core, it is a terminal multiplexer (similar to [tmux](https://github.com/tmux/tmux) and [screen](https://www.gnu.org/software/screen/), but this is merely its infrastructure layer.
Mosaic would let you not only split your workspace into different panes, tabs and sessions, but also reimagine how you work with the terminal. It will include:
* <b>A layout engine</b> that would allow you to define how your panes will be (re)arranged when you open or close a pane. As well as when you change the terminal window size.
* <b>Pane types beyond a simple shell prompt</b> such as a file explorer that can open files for editing in new panes, a launcher that would open commands in a new pane, a command pane that would run just one command when clicked, changing its frame colour with each exit status it receives appropriately, and many more.
- * <b>A Webassembly plugin system for compiled languages</b> built using WASI to allow you to write plugins in any compiled language. These plugins would be able to create new panes, interact with existing ones and subscribe to events. And the best thing: you could consume them at runtime and decide what permissions to give them.
+ * <b>A Webassembly plugin system for compiled languages</b> built using WASI to allow you to write plugins in any compiled language. These plugins would be able to create new panes, interact with existing ones, interact with the filesystem and subscribe to events. And the best thing: you could consume them at runtime and decide what permissions to give them.
* <b>Built in support for portable workspaces across machines, projects and teams</b>: imagine being able to include a configuration file with your project that would include all the layouts and plugins that would best help new developers getting onboarded. Including all the shortcuts, customized panes and help-message hints triggered by things such as opening a file, entering a folder or running a command. How about being able to log into a new server or container, start mosaic with a URL of a git repository including your favorite configuration and plugins, and working with it as if you were on your own machine?
* <b>Support for multiple terminal windows across screens</b>: Why limit yourself to one terminal window? Mosaic would allow you to transfer panes, view powerlines, get alerts and control your workspace from different windows by having them all belong to the same session.
+Right now Mosaic is in its early development stages and is not yet ready for everyday usage.
+If you're interested, watch this space or better yet - get involved!
+
# What is the current status of the project?
-Mosaic is not yet ready for everyday usage, but is getting there fast.
-Right now it:
+Mosaic is in the last stages of being VT compatible. As much as modern terminals are.
+Most things should work inside a terminal pane, but some edge cases don't.
+
+Right now, Mosaic:
* Successfully renders shells (all experiments have been done with fish-cli).
* Can split the terminal into multiple horizontal/vertical panes
* Can resize panes, as well as close them
@@ -32,7 +35,7 @@ Right now it:
* Can render a vim pane
* Can render most so called "raw mode" applications that draw a textual user interface and refresh themselves.
-Work is being done on compatibility to make it at least as VTE compatible as most terminal emulators today so that working with it would be seamless.
+Please, don't do anything important with it. It's currently being stabilized and still panics quite a bit. :)
## How to use it?
* Clone the project
@@ -56,13 +59,17 @@ Some temporary controls (these will be changed to something more convenient when
# How do I get involved?
At the moment, the project is in early development and prototyping.
-A lot of the work needed to be done is product work (making decisions about what Mosaic will be and do) as well as development work.
-We're a small team of hobbyists, and we eagerly welcome people who would like to join in at this early stage.
+A lot of the work needed to be done is product work (making decisions about what Mosaic will be and do) as well as development work. So note that most tasks would probably involve a little of both.
+We're a small team of enthusiasts, and we eagerly welcome people who would like to join in at this early stage.
Because of the above, it's not trivial for us to have issues tagged "Help Wanted" or "Good First Issue", because all work would likely need some prior discussion.
That said, we would absolutely love to have these discussions and to bring more people on. Even if you are unsure of your abilities or have never contributed to open source before.
Please drop us a line (TODO: team email? gitter? irc?)
+We respectfully ask that you do your best to stand by any commitments you make.
+
+And most importantly, please read our code of conduct.
+
# License
MIT