- 71d453f Add -c to run-shell to set working directory, from someone in GitHub issue 3661. by nicm · 1 year, 3 months ago
- 18838fb Do not attempt to use client in config file (it will be NULL), GitHub by nicm · 2 years, 6 months ago
- cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 6 months ago
- 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
- 3c3d371 Fix run-shell -d with no command, GitHub issue 2885. by nicm · 3 years, 2 months ago
- a19cac5 For the moment, restore if-shell and run-shell to parsing at the last by nicm · 3 years, 2 months ago
- 34312fd Expand argument to run-shell again. by nicm · 3 years, 2 months ago
- 03d173c Validate command argument types (string or command list) and give more by nicm · 3 years, 3 months ago
- 210e71e Move command argument parsing common functions and don't bother to parse by nicm · 3 years, 3 months ago
- 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
- 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
- a2b8506 Set return code for confirm-before and make command-prompt also block, by nicm · 3 years, 3 months ago
- e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 7 months ago
- 9017af2 Do not crash if there is no item to show command error, from Anindya Mukherjee. by nicm · 3 years, 8 months ago
- c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
- 606bd5f Add a -C flag to run-shell to use a tmux command rather than a shell command. by nicm · 3 years, 11 months ago
- d52ac7d Do not wait on shutdown for commands started with run -b. by nicm · 4 years, 5 months ago
- d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
- 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
- 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
- c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
- c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
- 5aeab5a Preserve exit status from run-shell and pass to the client. by nicm · 4 years, 8 months ago
- e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
- fa36e9b Do not add a reference to the session if no session is present. by nicm · 4 years, 9 months ago
- 516f609 Add a -d flag to run-shell to wait for delay before running the command, by nicm · 4 years, 9 months ago
- 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
- 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
- de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
- 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
- 79d2351 Memory leaks, from Gang Fan in GitHub issue 1453. by nicm · 6 years ago
- bceccc6 Move job struct into job.c. by nicm · 6 years ago
- b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 7 years ago
- 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
- 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
- aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
- ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
- efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
- 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
- 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
- 8b8d096 Style nits. by nicm · 8 years ago
- 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
- db2412e Apply the right fix for run -b, used the wrong diff before. by nicm · 8 years ago
- 36f8fa3 Do not crash with run-shell -b and no window pane available, reported by by nicm · 8 years ago
- b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
- ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
- bfe14b5 Only use pane with run-shell if -t is given. by nicm · 8 years ago
- a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
- 1db6d6f Pass file/line to new command for if-shell so that errors appear sensibly. by nicm · 8 years ago
- 4f6bc0a Expand client formats in run-shell. by nicm · 9 years ago
- a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
- ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
- 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
- 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
- e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
- 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
- a4b4b29 Rename cmd_q dead flag to a general flags bitmask (will be more flags later). by nicm · 9 years ago
- 583b4ab Set working directory for run-shell and if-shell. by nicm · 10 years ago
- 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
- 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
- 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
- d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
- 972da2d Try to establish client for run-shell and if-shell if no -t. by Nicholas Marriott · 12 years ago
- d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
- c519f9a evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
- d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
- 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- c87187f When changing so that the client passes its stdout and stderr as well as by Nicholas Marriott · 14 years ago
- b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
- 1e8faaa Don't die if the client has been detached when the job finishes, just by Nicholas Marriott · 15 years ago
- 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
- 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
- 88f3ffe Remove a debugging leftover and add copyright. by Nicholas Marriott · 15 years ago
- cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
- 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago