akasarto / d-term

Console management tool using WPF and ReactiveUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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

Running

  • From Portable Package

    • Make sure your system has .Net Framework 4.7 or higher installed.
    • Go to the releases 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.
    • Make sure nuget packages are set to auto restore.
    • Set UI.Wpf as the startup project.
    • Compile and you're good to go.
    • Hit F5 to start.

Upcoming changes and features

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

Known Bugs

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

Thanks

Quick Overview

Consoles

Arranges

License

MIT License

Copyright (c) 2018 Thiago Alberto Schneider

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Donation

If you liked this work, please consider a small donation to help keeping it up.

PayPal

About

Console management tool using WPF and ReactiveUI.

License:MIT License


Languages

Language:C# 100.0%