Commit Graph

  • c11e4bd4fa Removing remnants of ASKECHO Bruce Hill 2019-09-22 15:41:51 -0700
  • f55d4f9c63 Removed redundant sorting option. Bruce Hill 2019-09-21 21:18:06 -0700
  • b9346fb3fe Changed sorting to support '~' meaning toggle current direction. Bruce Hill 2019-09-21 21:17:21 -0700
  • a6576261df Tweaked code for PICK() and the code that asks for 1 character of input for better POSIX sh compatibility and to remove unused vars. Bruce Hill 2019-09-21 21:16:33 -0700
  • 149056033a Added support for default shell other than sh (e.g. dash, in case sh links to bash) Bruce Hill 2019-09-21 21:14:59 -0700
  • ca626182c1 Fix for bashism Bruce Hill 2019-09-21 20:25:01 -0700
  • 5045f908d6 Updated readme Bruce Hill 2019-09-21 19:16:58 -0700
  • b6f2de2212 Added better support for custom asker/picker functionality and simplified some of the things. Bruce Hill 2019-09-21 19:01:42 -0700
  • f55c6a5c82 Fix for ctrl-z not restoring cursor visibility Bruce Hill 2019-09-21 19:00:53 -0700
  • a881d4ba4a Consolidated new file/new dir and changed move to ctrl-v by default Bruce Hill 2019-09-21 18:18:08 -0700
  • eca5a5a8b1 Version bump. Bruce Hill 2019-09-21 18:06:21 -0700
  • a50e439b42 Some tweaks to how the help menu displays bindings and added BBSHELLFUNC for allowing the bb function to be used in the ':' and '|' bindings Bruce Hill 2019-09-21 18:05:13 -0700
  • 23bed00467 Fix for weird terminal behavior (e.g. not echoing user input for subprocesses if bb was started with the terminal attributes set with NOECHO) by setting up a "default" termios struct with sane settings instead of relying on bb being launched with sane settings. Bruce Hill 2019-09-21 16:38:53 -0700
  • 65fc83070b Added backspace key for going to prev directory (instead of just '-') Bruce Hill 2019-09-21 16:38:27 -0700
  • 57b8b09feb Added hotkey for pager ('p') Bruce Hill 2019-09-21 16:38:05 -0700
  • f0aa30eb3f Added support for CSI Ps P -> Delete key Bruce Hill 2019-09-21 15:50:50 -0700
  • ba7b44a3e7 Fix for broken behavior in the help menu (hanging when reaching the end, due to not close()ing the file descriptor, and exiting on ctrl-c) Bruce Hill 2019-09-21 13:40:35 -0700
  • e04c9d945c Tweaks to how spinning and confirmation work Bruce Hill 2019-09-21 13:19:21 -0700
  • 6b3649bbf4 Improved confirmations and cleaned up the marks system a bit. Bruce Hill 2019-09-15 18:02:36 -0700
  • 651e58c9c9 Removed +bind functionality. Bruce Hill 2019-09-12 18:56:27 -0700
  • 4c6f0b118f Better handling for interrupts during mark Bruce Hill 2019-09-12 18:51:58 -0700
  • e1e34bc6ed Replaced marks system with something a little more elegant using symbolic links in ~/.config/bb/marks/. The new version is a little more flexible (arbitrary mark names), persistent across bb sessions, and uses a bit less code. Bruce Hill 2019-09-12 18:41:15 -0700
  • 88514eda09 When choosing sorting, immediately select method on first keystroke. Bruce Hill 2019-09-07 21:51:59 -0700
  • fed64cc4aa Don't copy files if none are selected. Bruce Hill 2019-09-07 21:51:40 -0700
  • 52a2b30692 Fixed mistake in bb function conditional Bruce Hill 2019-09-07 21:47:22 -0700
  • 1da8fd2660 Fixed check for empty string in prefixes and stuff Bruce Hill 2019-09-07 21:47:05 -0700
  • d280bcfe3f Merge branch 'master' of bitbucket.org:spilt/bb Bruce Hill 2019-07-24 23:46:33 -0700
  • f3da7c1f32 Replaced bashism "[[" with "test -n" Bruce Hill 2019-07-24 23:46:14 -0700
  • 63bf52a4a8 Added preview image Bruce Hill 2019-07-15 22:31:42 -0700
  • e6b0844ecc Added documentation for dmenu. Bruce Hill 2019-07-15 22:30:34 -0700
  • a3e90c07a4 Added dmenu support in makefile Bruce Hill 2019-07-15 22:25:36 -0700
  • 5927e68bb7 Fix for potential buffer overflow. Bruce Hill 2019-07-15 22:21:08 -0700
  • 47f66e49a7 Added fallback for if binding has no description. Bruce Hill 2019-07-12 16:24:27 -0700
  • da6bb91763 Overhaul to use a shell function for internal commands instead of bb itself, which lets bb work when not yet installed. Bruce Hill 2019-07-12 16:19:31 -0700
  • f5c07a5a70 Removed some remnants of the 'select:*' API and executing files with the executable bit set Bruce Hill 2019-06-30 01:24:47 -0700
  • d1316413e1 Added some missing escape sequences Bruce Hill 2019-06-30 01:23:54 -0700
  • 61cf1bf90c Fixed issue with extra '/' appearing in link paths Bruce Hill 2019-06-19 16:45:10 -0700
  • 6f660ac236 Fix for Esc key causing hang Bruce Hill 2019-06-19 00:57:04 -0700
  • 199cda1222 Removed unused import Bruce Hill 2019-06-19 00:52:12 -0700
  • 00a99738e8 Removed last traces of timeouts in bterm.h Bruce Hill 2019-06-18 21:21:27 -0700
  • af07f68570 Changed -std=gnu99 to -std=c99 Bruce Hill 2019-06-18 21:18:35 -0700
  • a57b5f44db Removed all the /dev/tty redirection and just dup2()'d it before exec()ing the user scripts Bruce Hill 2019-06-18 21:16:32 -0700
  • 0b977d2a8f Fixed change that broke bb -d by clearing bb's path prematurely. Bruce Hill 2019-06-18 17:08:13 -0700
  • 634a8517b1 Merge branch 'master' of bitbucket.org:spilt/bb Bruce Hill 2019-06-18 17:02:17 -0700
  • b86066b46a Merge branch 'master' of bitbucket.org:spilt/bb Bruce Hill 2019-06-17 16:50:14 -0700
  • c9343baf15 Fixed onscreen off-by-one error Bruce Hill 2019-06-17 16:50:03 -0700
  • fbfe8689a8 Changing IO code to no longer use poll() in favor of just reading input and using VMIN and VTIME. Bruce Hill 2019-06-17 16:45:24 -0700
  • 8d5e68d444 Fix for term attrs getting messed up by Fish shell Bruce Hill 2019-06-17 14:52:38 -0700
  • e09bb2d3ed Added comment Bruce Hill 2019-06-15 19:07:00 -0700
  • ac29ef42cf Fixed some path normalization errors with ".." and simplified the populate_files code a bit Bruce Hill 2019-06-15 19:05:57 -0700
  • f2298a5786 Condensed selection code by converting select_entry()/deselect_entry() to set_selected() with an argument for whether the file should be selected. Bruce Hill 2019-06-15 18:21:37 -0700
  • 4c717185de Cleaned up and deduplicated some of the path normalization code. Bruce Hill 2019-06-15 18:13:44 -0700
  • 302ed33d9c Sorted function declarations alphabetically, got rid of clear_selection (now just inlined), and replaced remove_entry() with try_free_entry() to eliminate duplicate safety checks. Bruce Hill 2019-06-15 18:02:14 -0700
  • 18ea9b0350 Silenced some error messages from which Bruce Hill 2019-06-15 17:43:55 -0700
  • ff800b2377 Allow piping in commands when launching bb (e.g. printf '+sel:%s\0' * | bb) Bruce Hill 2019-06-15 16:21:50 -0700
  • f372995750 Fix for normalizing paths better, particularly for places other than cd_to_path and for non-directory paths (e.g. +sel:../foo.txt) Bruce Hill 2019-06-15 16:20:38 -0700
  • 8e46e6c4a4 Added comment about /dev/tty Bruce Hill 2019-06-15 16:20:06 -0700
  • 2f70e8a9ba Fixed some stuff with key bindings spamming stdout Bruce Hill 2019-06-15 16:17:43 -0700
  • 7a757b7906 Version bump and added +bind doc Bruce Hill 2019-06-15 14:15:53 -0700
  • b91dbdd3d0 Added $BBDOTFILES, and updated bindings to use it properly. Removed the +select:* and +deselect:* in favor of just using shell commands for those functions. Bruce Hill 2019-06-15 14:14:05 -0700
  • 45a08afbbd Added +bind command to allow for stuff like bb +"b:\r:echo \$BBCURSOR && bb +q" Bruce Hill 2019-06-15 14:13:35 -0700
  • 1239060641 Fix for free-after-use caused by hardlinked files (reverting earlier change that assumed files with equal inode/idev were the same) Bruce Hill 2019-06-15 14:07:46 -0700
  • 5b1344db44 Fix for ALTSCREEN getting broken by CTRL-Z Bruce Hill 2019-06-15 14:02:32 -0700
  • 3614df7450 More robust/automatic handling of PICKER Bruce Hill 2019-06-15 13:52:32 -0700
  • 8000a4a1bb Renamed command->script in more places to avoid confusion. Bruce Hill 2019-06-12 18:55:55 -0700
  • bd06e6c99a Improved some names (process command/run script) and changed quit to use a flag on bb_t instead of a return value. Bruce Hill 2019-06-12 18:52:10 -0700
  • 0fe25dddb6 Wrapped SPIN() around more of 'M' command Bruce Hill 2019-06-12 18:15:34 -0700
  • 87c462a63d Tweaked to allow setting optimization level more easily Bruce Hill 2019-06-12 17:55:20 -0700
  • 4bac1a740a Cleaned up commands a bit and changes 'P' from using grep for patterns to select to 'S' to use shell globbing Bruce Hill 2019-06-12 16:57:07 -0700
  • 69955d3808 Switched some stuff to use $() instead of `` for better composing, rearranged things a bit to launch bb fewer times for commands. Bruce Hill 2019-06-12 15:11:29 -0700
  • 85a4be481b Reverted change to move cursor up 1 line with builtin pick Bruce Hill 2019-06-11 17:38:24 -0700
  • 91a31ee7e6 Show cursor after ctrl-c Bruce Hill 2019-06-10 22:57:26 -0700
  • e094108f11 Don't show '..' from '/' Bruce Hill 2019-06-10 22:55:53 -0700
  • 75c59302d9 Adding info Bruce Hill 2019-06-10 22:32:38 -0700
  • cf557b3416 Make instructions in a block Bruce Hill 2019-06-10 22:28:47 -0700
  • 14ac6782a6 Wording Bruce Hill 2019-06-10 22:28:09 -0700
  • 9e69ce6439 Fixed section headers Bruce Hill 2019-06-10 22:27:06 -0700
  • 792a39500c Simplified the make flags for fuzzy finding and asking. Cleaned up the readme a bit. Bruce Hill 2019-06-10 22:26:13 -0700
  • 15e5de72f7 Version bump Bruce Hill 2019-06-10 20:39:00 -0700
  • 5a5f9afa05 Updated with some cleaner behavior for PICK and added SPIN. Also removed command line flags in favor of manually using tput rmcup. Updated the documentation. Bruce Hill 2019-06-10 20:37:34 -0700
  • 86c8bed803 Better pausing and break points for commands Bruce Hill 2019-06-09 16:15:17 -0700
  • 399b63f57c Fix for being unable to deselect nonexistant files Bruce Hill 2019-06-09 15:46:34 -0700
  • f2151f7835 Merge branch 'master' of bitbucket.org:spilt/bb Bruce Hill 2019-06-08 20:54:25 -0700
  • 5d660e2378 Added -r flag for cp for copying dirs Bruce Hill 2019-06-08 20:53:36 -0700
  • 257f8ee0d0 Fix for top level '/' dir edge cases Bruce Hill 2019-06-06 23:28:03 -0700
  • 9ab3ad0fa0 Bumped version Bruce Hill 2019-06-06 18:13:58 -0700
  • 76f1cd816b Removed some unnecessary +refreshes and just set the dirty bit to 1 whenever an external program runs so the screen redraws without necessarily refreshing the file listing. Bruce Hill 2019-06-06 18:13:13 -0700
  • 069415a78b Reworked a bunch of the config option stuff for picking files and user input. Now that stuff is handled with makefile flags. Bruce Hill 2019-06-06 18:10:14 -0700
  • 380f2a8ab0 Removed code for move cursor to position (unused) Bruce Hill 2019-06-06 18:09:33 -0700
  • 2c56bd34d7 Removed QUOTE() and cleaned up some of the macros for FUZZY and ASK Bruce Hill 2019-06-06 16:45:31 -0700
  • 47019164a5 Fixed some wrap/cursor visibility issues Bruce Hill 2019-06-06 15:37:26 -0700
  • 32b414e555 Removed breadline() and switched to use ask when possible, defaulting to read and fzy Bruce Hill 2019-06-06 15:33:20 -0700
  • 470caf1d60 Fixed bug with backspace Bruce Hill 2019-06-04 21:15:17 -0700
  • 921b7ed4f8 Fixed issue with navigating to parent not selecting previous directory. Bruce Hill 2019-06-04 21:14:49 -0700
  • 05705300de Removed junk Bruce Hill 2019-06-04 21:14:17 -0700
  • 2db997c9e0 Fixed issue with non-NORMAL_TERM commands that set and reset alt screen, and fixed issue with "(n) selected" message Bruce Hill 2019-06-04 14:05:14 -0700
  • 824445c2fa Cleaned up scrolling logic Bruce Hill 2019-06-04 13:44:43 -0700
  • a667c09452 Merge branch 'master' of bitbucket.org:spilt/bb Bruce Hill 2019-05-31 21:51:29 -0700
  • 888f859e97 Improved the randomization a bit, so the numbers are evenly distributed [0,n) instead of [0, RAND_MAX), also cleaned up config file a little Bruce Hill 2019-05-31 21:49:42 -0700
  • b6fa5777c8 Improved the randomization a bit, so the numbers are evenly distributed [0,n) instead of [0, RAND_MAX) Bruce Hill 2019-05-31 21:49:42 -0700