Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 658 Bytes

Command Pad WPF

Simple desktop application (wpf) for running command line tasks. You can add, modify, start and stop your command line tasks. This is a .Net implementation of the command pad.

Implementation details:

  • The implementation follows MVVM design pattern.
  • The view uses MaterialDesign.
  • Sqlite db was used to store the commands.

Screenshots:

Main menu

     

Add command menu