Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
775 contributions in the last year
Contribution activity
November 2020
Created 27 commits in 1 repository
Created 1 repository
- imsnif/mosaic Rust
Created a pull request in mosaic-org/mosaic that received 2 comments
docs(contributing): explanations about the project arhictecture and some cheat sheet about terminal terminology
This will address #22
Opened 16 other pull requests in 1 repository
mosaic-org/mosaic
1
open
15
merged
- fix(input): read stdin with lock
- fix(atomicity): allow async vte events sending to fail
- fix(compatibility): various htop issues
- fix(atomicity): block commands before executing others and debounce tests
- feat(ux): initial layout engine
- fix(ux): properly echo characters and do not mess up exit
- fix(ui): exit app when last pane is closed
- fix(compatibility): various issues involving starship
- fix(colors): send full style reset in diff
- fix(compatibility): do not break starship multiline prompt
- fix(compatibility): do not interpret esc as scroll-up
- fix(compatibility): better stdin reading to fix various issues
- fix(scroll): support show/hide cursor and fix vim scrolling behaviour
- feat(screen): allow to toggle pane fullscreen with ctrl-f
- feat(screen): allow specifying max panes on screen
- feat(screen): split largest terminal
Reviewed 8 pull requests in 1 repository
mosaic-org/mosaic 8 pull requests
Created an issue in mosaic-org/mosaic that received 3 comments
What Aram is up to this week (02/11)
This week I'm going to concentrate on making Mosaic usable in my day-to-day development. For me this means connecting it to an externally running i…
Opened 16 other issues in 1 repository
mosaic-org/mosaic
8
open
8
closed
- Feature: Design and implement a status bar
- Feature: Implement tabs
- Feature: Implement persistent sessions
- Implement Error handling
- Feature: implement directional change focus
- Bug: ctrl-c closes a pane
- Layouts: warn of Percentage is more than 100 or less than 100
- Refactor: In Screen (src/screen.rs) change internal Winsize to PositionAndSize
- Fullscreen command should be blocked when there is only 1 pane open
- Create a --debug flag that would help communicate compatibility issues
- Starship multi-line prompt doesn't play nice with resizes
- Mosaic reacts to "move focus" commands when one pane is maximized
- Mosaic doesn't react to terminal window size change events
- What Aram is up to this week (09/11)
- Document various concepts in the code-base
- When splitting multiple times vertically or horizontally, the app crashes

