On Mon, Aug 6, 2018 at 8:07 AM <[email protected]> wrote:
> > Date: Mon, 6 Aug 2018 09:18:56 +0800 > From: Steve Landers <[email protected]> > Subject: Re: [fossil-users] Why no EXE+DLL like SQLite? > > Put differently, what can’t you do with “fossil ui” that you can do with a > native client? > You can't do: fossil add fossil ci fossil changes fossil extras and a few others. With some IDEs, you can define an interface to the above commands, which will run the command in a terminal (or command) window using command templates you define. For example: fossil add ${selected_resource_path} will tell Eclipse to run the "fossil add" command with the workspace relative path of the currently selected file.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

