Pt Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[pt]] | * [[pt]] | ||
=TODO= | |||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[pt TODO]] | |||
</blockquote> | |||
=Clone= | =Clone= | ||
Line 12: | Line 18: | ||
git clone https://github.com/NovaOrdis/pt.git | git clone https://github.com/NovaOrdis/pt.git | ||
</pre> | </pre> | ||
=Ideas= | |||
* Similar to <tt>em</tt>, it should push behavior to the nodes dynamically and cache it. Then, each time a command is executed, hashes are compared and if no changes in behavior are detected, the cached version is executed. | |||
* Combination of compiled code (Go? Java? and bash high level scripting). |
Latest revision as of 21:28, 12 May 2016
Internal
TODO
Clone
git clone git@github.com:NovaOrdis/pt.git
git clone https://github.com/NovaOrdis/pt.git
Ideas
- Similar to em, it should push behavior to the nodes dynamically and cache it. Then, each time a command is executed, hashes are compared and if no changes in behavior are detected, the cached version is executed.
- Combination of compiled code (Go? Java? and bash high level scripting).