This website requires JavaScript.
Explore
Help
Sign In
jdb
/
timestamper
Watch
1
Star
0
Fork
0
You've already forked timestamper
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
timestamper
/
project.properties
6 lines
97 B
Properties
Raw
Normal View
History
Unescape
Escape
Added edit and delete commands. * Added `edit` which uses the program in $EDITOR to allow the user to edit the current timeline marker. * Added `delete` to remove the current timeline marker from the timeline. * Added support for using a named TTY device in order to use an interactive program ($EDITOR in this case) to take over interaction with the user. There is still a problem with this, in that a process by default only has access to its controlling TTY device. This mean, for example, that redirecting the subprocess input and output to the TTY will fail to work properly if the timestamper CLI process is not part of the same process group as the process owning the TTY the user is interacting with. This is the case when using nailgun: the java process running TimeStamperCLI is not part of the same process group as the user's client shell. I think TTY device permissions may be alterable, and we can work around this by changing the permissions for the current TTY in the launcher script that invokes the nailgun client. Needs more investigation. * Added package build target to create a zip of the CLI standalone installation.
2013-08-10 01:30:43 -05:00
#Sat, 10 Aug 2013 01:38:31 -0500
Creating initial project structure.
2011-06-19 07:23:36 -05:00
lib.local
=
true
name
=
timestamper-cli
Added edit and delete commands. * Added `edit` which uses the program in $EDITOR to allow the user to edit the current timeline marker. * Added `delete` to remove the current timeline marker from the timeline. * Added support for using a named TTY device in order to use an interactive program ($EDITOR in this case) to take over interaction with the user. There is still a problem with this, in that a process by default only has access to its controlling TTY device. This mean, for example, that redirecting the subprocess input and output to the TTY will fail to work properly if the timestamper CLI process is not part of the same process group as the process owning the TTY the user is interacting with. This is the case when using nailgun: the java process running TimeStamperCLI is not part of the same process group as the user's client shell. I think TTY device permissions may be alterable, and we can work around this by changing the permissions for the current TTY in the launcher script that invokes the nailgun client. Needs more investigation. * Added package build target to create a zip of the CLI standalone installation.
2013-08-10 01:30:43 -05:00
version
=
0.4
build.number
=
13
Reference in New Issue
Copy Permalink