Coder Social home page Coder Social logo

command-maker's Introduction

Command-Maker

コマンドの作成、実行、保存ができる、PythonのGUIアプリケーションです。
何度も同じコマンドを実行する際や、引数のファイルパスをいちいち入力するのが面倒な場合を想定して作成しました。 全画面非対応(実行可能ですがサイズ調整等は行われません)

基本画面

image

  • Name : コマンドを保存する際の名前
  • pwd : コマンドを実行するパス(フォルダ選択可能)
  • Command : 実行するコマンド名(実行ファイル選択可能)
  • Arg : コマンドの引数(フラグ)
  • Arg Value : 引数(フラグ)に値を設定する場合に追加(ファイル選択可能)

各種操作

一部操作には、ショートカットキーが割り当てられています。 保存データは、名前の重複不可。

  • Save As(⌘/Ctrl + Shift + S) : 新規保存
  • Save(⌘/Ctrl + S) : 上書き保存
  • Open(⌘/Ctrl + O) : 保存したデータを開く
  • Clear(⌘/Ctrl + R) : データのクリア
  • Execute(⌘/Ctrl + Enter/Return) : コマンドの実行
  • Copy(⌘/Ctrl + C) : コマンドをクリップボードにコピー
  • Rel Path : pwdから見た相対パスに変換(存在するファイルに対してのみ適用されます。)
  • extend : アプリ内コンソールを開きます。

保存データ管理画面

image

  • Back : 基本画面に戻ります。
  • Edit : コマンド名編集画面に移ります。
  • Delete : 選択されたコマンドデータを削除します。
  • Copy : 選択されたコマンドデータを複製します。
  • Select All : 現在表示中のコマンド全てを選択します。 画面右上のボタンにより、表示するコマンドを変更できます。

コマンド名編集画面

image

保存されているコマンドデータの保存名を変更できます。
OKボタンを押すことにより変更が保存されます。

command-maker's People

Contributors

gengithub17 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.