GithubHelp home page GithubHelp logo

Semi-automatic tasks tracking? about arbtt HOT 7 OPEN

nomeata avatar nomeata commented on May 5, 2024
Semi-automatic tasks tracking?

from arbtt.

Comments (7)

nomeata avatar nomeata commented on May 5, 2024

Original comment by nomeata (Bitbucket: nomeata, GitHub: nomeata).


Hi Ilya,

what you describe has been proposed before, but people found out a nice way to achieve that without modifications to arbtt: You simply open a program where you can control the title, and use that to add your data. This can even be achieved by a simple shell script:

#!bash
while read -p "New title: " title
do echo -n -e  '\033]2;'"task: $title'\007'
done

You now have a program with title task: Foo in your program list that you can easily match using regular expressions.

from arbtt.

nomeata avatar nomeata commented on May 5, 2024

Original comment by Ilya Portnov (Bitbucket: iportnov, ).


Hello.

That's ok if i work on one issue in one program, especially if that program is a terminal. But what if i'm working on one issue in several programs, and in most of them i can't control title? For example, i would like to say "hey, arbtt, I am currently writing code in Netbeans, but log that time for jira issue #123!".

from arbtt.

nomeata avatar nomeata commented on May 5, 2024

Original comment by nomeata (Bitbucket: nomeata, GitHub: nomeata).


Then you have netbeans open as usual, but also have a terminal window open somewhere (can be on another workspace) with the above program, where you specified Jira-Issue: #123.

from arbtt.

nomeata avatar nomeata commented on May 5, 2024

Original comment by Jan Schulz (Bitbucket: jan-schulz, GitHub: jan-schulz).


Here is the zsh version of the above: while vared -p "New task: " -c -h task; do title "task: $task"; done

Nevertheless, I still would like to see a version where I could change tasks afterwards, e.g. I forgot to change the task and want to edit it. For that a different database would be nice which would be automatically merged with the current one.

from arbtt.

nomeata avatar nomeata commented on May 5, 2024

Original comment by nomeata (Bitbucket: nomeata, GitHub: nomeata).


Issue #94 was marked as a duplicate of this issue.

from arbtt.

nomeata avatar nomeata commented on May 5, 2024

Original comment by Ken Mankoff (Bitbucket: mankoff, GitHub: mankoff).


I came across this before submitting issue #94. If that is considered a duplicate,then I have a follow-up I don't see here - is there a way to mark historical events (e.g. the last hour of idle was actually "meeting project X").

from arbtt.

nomeata avatar nomeata commented on May 5, 2024

Original comment by Ilya Portnov (Bitbucket: iportnov, ).


@ken Mankoff
I think for such "non-computer" activity it worth considering to use another application. Maybe think of some "database", which could use arbtt and other sources as data sources and provide some reports.

from arbtt.

Related Issues (20)

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.