Commit Graph

416 Commits

Author SHA1 Message Date
c11e4bd4fa Removing remnants of ASKECHO 2019-09-22 15:41:51 -07:00
f55d4f9c63 Removed redundant sorting option. 2019-09-21 21:18:06 -07:00
b9346fb3fe Changed sorting to support '~' meaning toggle current direction. 2019-09-21 21:17:21 -07:00
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.
2019-09-21 21:16:33 -07:00
149056033a Added support for default shell other than sh (e.g. dash, in case sh
links to bash)
2019-09-21 21:14:59 -07:00
ca626182c1 Fix for bashism 2019-09-21 20:25:01 -07:00
5045f908d6 Updated readme 2019-09-21 19:16:58 -07:00
b6f2de2212 Added better support for custom asker/picker functionality and
simplified some of the things.
2019-09-21 19:01:42 -07:00
f55c6a5c82 Fix for ctrl-z not restoring cursor visibility 2019-09-21 19:00:53 -07:00
a881d4ba4a Consolidated new file/new dir and changed move to ctrl-v by default 2019-09-21 18:18:08 -07:00
eca5a5a8b1 Version bump. 2019-09-21 18:06:21 -07:00
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
2019-09-21 18:05:13 -07:00
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.
2019-09-21 16:38:53 -07:00
65fc83070b Added backspace key for going to prev directory (instead of just '-') 2019-09-21 16:38:27 -07:00
57b8b09feb Added hotkey for pager ('p') 2019-09-21 16:38:05 -07:00
f0aa30eb3f Added support for CSI Ps P -> Delete key 2019-09-21 15:50:50 -07:00
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)
2019-09-21 13:40:35 -07:00
e04c9d945c Tweaks to how spinning and confirmation work 2019-09-21 13:19:21 -07:00
6b3649bbf4 Improved confirmations and cleaned up the marks system a bit. 2019-09-15 18:02:36 -07:00
651e58c9c9 Removed +bind functionality. 2019-09-12 18:56:27 -07:00
4c6f0b118f Better handling for interrupts during mark 2019-09-12 18:51:58 -07:00
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.
2019-09-12 18:41:15 -07:00
88514eda09 When choosing sorting, immediately select method on first keystroke. 2019-09-07 21:51:59 -07:00
fed64cc4aa Don't copy files if none are selected. 2019-09-07 21:51:40 -07:00
52a2b30692 Fixed mistake in bb function conditional 2019-09-07 21:47:22 -07:00
1da8fd2660 Fixed check for empty string in prefixes and stuff 2019-09-07 21:47:05 -07:00
d280bcfe3f Merge branch 'master' of bitbucket.org:spilt/bb 2019-07-24 23:46:33 -07:00
f3da7c1f32 Replaced bashism "[[" with "test -n" 2019-07-24 23:46:14 -07:00
63bf52a4a8 Added preview image 2019-07-15 22:31:42 -07:00
e6b0844ecc Added documentation for dmenu. 2019-07-15 22:30:34 -07:00
a3e90c07a4 Added dmenu support in makefile 2019-07-15 22:25:36 -07:00
5927e68bb7 Fix for potential buffer overflow. 2019-07-15 22:21:08 -07:00
47f66e49a7 Added fallback for if binding has no description. 2019-07-12 16:24:27 -07:00
da6bb91763 Overhaul to use a shell function for internal commands instead of bb
itself, which lets bb work when not yet installed.
2019-07-12 16:19:31 -07:00
f5c07a5a70 Removed some remnants of the 'select:*' API and executing files with the
executable bit set
2019-06-30 01:24:47 -07:00
d1316413e1 Added some missing escape sequences 2019-06-30 01:23:54 -07:00
61cf1bf90c Fixed issue with extra '/' appearing in link paths 2019-06-19 16:45:10 -07:00
6f660ac236 Fix for Esc key causing hang 2019-06-19 00:57:04 -07:00
199cda1222 Removed unused import 2019-06-19 00:52:12 -07:00
00a99738e8 Removed last traces of timeouts in bterm.h 2019-06-18 21:21:27 -07:00
af07f68570 Changed -std=gnu99 to -std=c99 2019-06-18 21:18:35 -07:00
a57b5f44db Removed all the /dev/tty redirection and just dup2()'d it before
exec()ing the user scripts
2019-06-18 21:16:32 -07:00
0b977d2a8f Fixed change that broke bb -d by clearing bb's path prematurely. 2019-06-18 17:08:13 -07:00
634a8517b1 Merge branch 'master' of bitbucket.org:spilt/bb 2019-06-18 17:02:17 -07:00
b86066b46a Merge branch 'master' of bitbucket.org:spilt/bb 2019-06-17 16:50:14 -07:00
c9343baf15 Fixed onscreen off-by-one error 2019-06-17 16:50:03 -07:00
fbfe8689a8 Changing IO code to no longer use poll() in favor of just reading input
and using VMIN and VTIME.
2019-06-17 16:45:24 -07:00
8d5e68d444 Fix for term attrs getting messed up by Fish shell 2019-06-17 14:52:38 -07:00
e09bb2d3ed Added comment 2019-06-15 19:07:00 -07:00
ac29ef42cf Fixed some path normalization errors with ".." and simplified the
populate_files code a bit
2019-06-15 19:05:57 -07:00