Command Line (CLI) Application to automate creation of tasks in Redmine, issues on Github and the sync process of them.

Related tags

CLI Tools tmat-cli
Overview

Task Manager Automation Tool (TMAT) CLI

Command Line (CLI) Application to automate creation of tasks in Redmine, issues on Github and the sync process of them.

You might also like...
command line tool for frequent nmigen tasks (generate sources, show design)
command line tool for frequent nmigen tasks (generate sources, show design)

nmigen-tool command line tool for frequent nmigen tasks (generate sources, show design) Usage: generate verilog: nmigen generate verilog nmigen_librar

GetRepo-py is a command line client that queries GitHub API and searches repositories by given arguments
GetRepo-py is a command line client that queries GitHub API and searches repositories by given arguments

GetRepo-py is a command line client that queries GitHub API and searches repositories by given arguments

A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli.

ABOUT A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Installation pip install -r requirements.txt It use

tox-server is a command line tool which runs tox in a loop and calls it with commands from a remote CLI.

Tox Server tox-server is a command line tool which runs tox in a loop and calls it with commands from a remote CLI. It responds to commands via ZeroMQ

A python based command line tool to compare Github Users or Repositories

gitcomp A simple python package with a CLI to compare GitHub users and repositories by associating a git_score to each entry which is a weighted sum o

Command-line search tool for GitHub
Command-line search tool for GitHub

cligh is a command-line search tool for GitHub.

A supercharged AWS command line interface (CLI).
A supercharged AWS command line interface (CLI).

SAWS Motivation AWS CLI Although the AWS CLI is a great resource to manage your AWS-powered services, it's tough to remember usage of: 70+ top-level c

 Microsoft Azure CLI - Azure Command-Line Interface
Microsoft Azure CLI - Azure Command-Line Interface

A great cloud needs great tools; we're excited to introduce Azure CLI, our next generation multi-platform command line experience for Azure.

Comments
  • Enhancement: register time entries from file

    Enhancement: register time entries from file

    Description

    Devs usually register their times in some place first, and then add it to Redmine. For example: add the activity and the spended time into a spreadsheet, and then, transfer it to the Redmine. But it is boring add it to Redmine, and the more tasks you have queued, less you want to do it.

    In order to solve this, there should be a command to read the time entries from a csv (at first) and log it into the respective issue on Redmine.

    Example

    Throught the Redmine REST API its possible to add time entries and update de percentage of an issue, and the required info to do it (besides the project url) are: issue ID, date, spended time (in hours), a comment and the done ratio (percentage) of the issue after that hours of work. The issue ID is pretty anoiyng to use, but ir should be avaliable, as well the issue name, issue prefix and the issue url. So, an example of spreadsheet with those informations is:

    | Issue | Comment | Spended Time | Date | Done Ratio | | :------: | :------------: | :-------------------: | :------: | :--------------: | | Gr-S01-T42 | Comment about what was done during this time | 2 | 2021-11-10 | 30 | | 10000 | Comment about what was done during this time | 4 | 2021-11-10 | 50 |

    The first issue was referred using it's prefix, and the second using its ID.

    It would generate the following CSV:

    Issue,Comment,Spended Time,Date,Done Ratio
    Gr-S01-T42,Comment about what was done during this time,2,2021-11-10,30
    10000,Comment about what was done during this time,4,2021-11-10,50
    

    So, it would be easy to fetch the ID of the issue based on the first field and send the time entries to it.

    enhancement 
    opened by iagotito 0
Owner
Tiamat
The Tiamat Project (from TMAT, initials of Task Manager Automation Tool) is a project to facilitate management of tasks in task management applications.
Tiamat
A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Stream your favorite shows straight from the command line.

A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Installation pip install -r requirements.txt It use

Jonardon Hazarika 17 Dec 11, 2022
flora-dev-cli (fd-cli) is command line interface software to interact with flora blockchain.

Install git clone https://github.com/Flora-Network/fd-cli.git cd fd-cli python3 -m venv venv source venv/bin/activate pip install -e . --extra-index-u

null 14 Sep 11, 2022
Python Command Line Application (CLI) using Typer, SQLModel, Async-PostgrSQL, and FastAPI

pyflycli is a command-line interface application built with Typer that allows you to view flights above your location.

Kevin Zehnder 14 Oct 1, 2022
Limit your docker image size with a simple CLI command. Perfect to be used inside your CI process.

docker-image-size-limit Limit your docker image size with a simple CLI command. Perfect to be used inside your CI process. Read the announcing post. I

wemake.services 102 Dec 14, 2022
Command line tool to automate transforming the effects of one color profile to another, possibly more standard one.

Finished rendering the frames of that animation, and now the colors look washed out and ugly? This terminal program will solve exactly that.

Eric Xue 1 Jan 26, 2022
git-partial-submodule is a command-line script for setting up and working with submodules while enabling them to use git's partial clone and sparse checkout features.

Partial Submodules for Git git-partial-submodule is a command-line script for setting up and working with submodules while enabling them to use git's

Nathan Reed 15 Sep 22, 2022
Ssl-tool - A simple interactive CLI wrapper around openssl to make creation and installation of self-signed certs easy

What's this? A simple interactive CLI wrapper around openssl to make self-signin

Aniket Teredesai 9 May 17, 2022
A command line tool to create a graph representing your Ansible playbook tasks and roles

Ansible Playbook Grapher ansible-playbook-grapher is a command line tool to create a graph representing your Ansible playbook plays, tasks and roles.

Mohamed El Mouctar Haidara 424 Dec 20, 2022
A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool

Privateer A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool How

Shreyash Chavan 2 Apr 4, 2022