Skip to content

Commit

Permalink
Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
akasarto committed Apr 24, 2018
1 parent 837e001 commit ed4a160
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# About
**dTerm** is a general purpose tool for developers. It's primary intent is to allow multiple console instances to be visible under a single window, but it is rapidly turning into something bigger.
**dTerm** is a general purpose tool for developers and it's primary intent is to help organize multiple console applications under a single, centralized manager using WPF and ReactiveUI technologies.

![Overview](/media/dTerm.png?raw=true "Overview")

## Running

- From Portable Package
- Make sure your system has .Net Framework 4.7 or higher installed.
- Go to the [releases](https://github.com/akasarto/d-term/releases/latest) page and download the corresponding portable _.zip_ file.
- Extract the files to a location of your choosing and execute _dTerm.exe_.

- From code
- Get Visual Studio 2017 Community v15.5+.
- `git clone https://github.com/akasarto/d-term.git`.
Expand All @@ -13,21 +18,16 @@
- Compile and you're good to go.
- Hit F5 to start.

- From Installer
- Make sure your system has .Net Framework 4.7 or higher installed.
- Go to the [releases](https://github.com/akasarto/d-term/releases/latest) page and download the corresponding portable _.zip_ file.
- Extract the files to a location of your choosing and execute _dTerm.exe_.

## Known Bugs

- App main window may lose focus when exiting/closing consoles.

## Upcoming changes and features

- Allow consoles to pipe data to the app (IPC).
- Data export/import features.

## Credits & Thanks
## Known Bugs

- App main window may lose focus when exiting/closing consoles.

## Thanks

- [LiteDB](http://www.litedb.org/)
- [WinApi](https://github.com/prasannavl/WinApi)
Expand Down

0 comments on commit ed4a160

Please sign in to comment.