Re: [clug-talk] Need a CLI editor with builtin local change logging

2012-05-25 Thread Gustin Johnson
Some suggestions for vim: http://vim.wikia.com/wiki/Using_Git_from_Vim I actually just use git. Right now I am looking at using cfengine or puppet to ensure that the correct versions are pushed to the relevant machine. On Fri, May 25, 2012 at 7:03 AM, Royce Souther wrote: > I am managing a lar

Re: [clug-talk] Need a CLI editor with builtin local change logging

2012-05-25 Thread Lance A. Brown
On 05/25/12 09:03, Royce Souther wrote: > I am managing a large network of corporate servers. I am looking for a CLI > editor like vi(m), maybe a wrapper for vi(m) that would generate diff files > and force the user to add a comment line when every they change a > configuration file. I have a scri

Re: [clug-talk] Need a CLI editor with builtin local change logging

2012-05-25 Thread Andrew J. Kopciuch
On May 25, 2012, Royce Souther wrote: > I am managing a large network of corporate servers. I am looking for a CLI > editor like vi(m), maybe a wrapper for vi(m) that would generate diff files > and force the user to add a comment line when every they change a > configuration file. > > I could writ