David Adam
54360d8cfe
Bump version for 2.4.0
2016-11-08 11:20:54 +08:00
David Adam
0b0d0e7799
CHANGELOG: updates for 2.4.0
2016-11-08 11:20:50 +08:00
Kurtis Rader
609100c196
detect if the magic fish wide chars can be encoded
...
Verified on Cygwin on MS Windows 7 when invoked as
`env LANG=zh_CN.GBK@cjknarrow fish`. No regression seen
when run on other systems with UTF-8 locales.
Fixes #3503
2016-11-07 13:19:09 -08:00
Kurtis Rader
9e922a6e02
make status
saner vis-a-vis arg parsing
...
The `status` command currently silently allows incompatible flags (i.e.,
subcommands). Too, using flags to specify subcommands misleads the user
into thinking they can specify multiple subcommands.
We recently modified the `history` command to deprecate using flags for
subcommands. This change does the same for the `status` command.
Fixes #3509
2016-11-07 12:11:08 -08:00
Colin Marquardt
a275618589
Typofix: shoe -> show
2016-11-07 09:46:07 -08:00
Kurtis Rader
83c7931afb
treat TERM "tmux" the same as "screen"
...
To the extent that fish special-cases TERM values relevant to the
`screen` program it should do the same for the `tmux` program.
Fixes #3512
2016-11-06 20:27:48 -08:00
Kurtis Rader
1155c4b413
silence false positive errors from some compilers
...
Fixes #3529
2016-11-06 17:48:26 -08:00
Fabian Weisshaar
7a1146ebb5
add caffeinate completion, see #3525
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
180c211dd2
add mdimport completion
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
848495d4cf
add mddiagnose completion
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
87c51f2c10
add tmutil completion
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
b41fced062
add mdfind completion
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
71e835feec
add mdls completion
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
313cb0d248
add mdutil completion
2016-11-06 05:43:45 -08:00
Fabian Weisshaar
0c4ede5627
add nvram completion
2016-11-06 05:43:45 -08:00
Aaron Gyes
034aaaa62b
cppcheck: incorrect printf specifiers
2016-11-06 04:29:47 -08:00
Aaron Gyes
839cd2a1c7
lint.fish: fix line number display
2016-11-05 15:38:49 -07:00
Aaron Gyes
adba0550d5
lint.fish: colorize cppcheck output
2016-11-05 15:37:19 -07:00
Aaron Gyes
6d1c127687
Enable LTO for fish.app release builds.
...
Shaves 2MB off app bundle size
2016-11-05 12:21:22 -07:00
Kurtis Rader
7cca963b8f
lint all programs on macOS
2016-11-04 20:12:51 -07:00
Kurtis Rader
1fb8f4e277
lint: misc cleanups
...
Earlier lint cleanups overlooked a couple of modules because on macOS at
the moment oclint ignores them. I noticed this when I ran `make lint-all`
on Ubuntu.
2016-11-04 20:12:51 -07:00
Kurtis Rader
98863541c3
lint: prefer early exits and continue
...
Fix a location I missed in my earlier cleanup regarding early exits.
2016-11-04 20:12:51 -07:00
Aaron Gyes
87bfd1a01e
Revert "Add a fish_key_reader wrapper"
...
This reverts commit c02f5ceb0f
.
2016-11-04 19:08:48 -07:00
Aaron Gyes
95385eda80
Create a fish_key_reader wrapper ala fish_indent
...
Needed for fish_key_reader to work in a .app bundle without
fish previously installed.
I just copied fish_indent.fish and s/indent/key_reader
2016-11-04 19:07:37 -07:00
Aaron Gyes
c02f5ceb0f
Add a fish_key_reader wrapper
...
This will be necessary for fkk to work when one is using the .app
bundle and has not installed fish otherwise.
I just copied fish_indent.fish.
2016-11-04 19:05:10 -07:00
Aaron Gyes
4ba1f9e398
Include fkk with fish.app
2016-11-04 18:56:57 -07:00
Aaron Gyes
294e78205c
Allow xcode to build fish_key_reader
2016-11-04 18:50:37 -07:00
Aaron Gyes
d437a84828
Fix two xcode warnings
...
An unused macro and a documentation error.
2016-11-04 18:11:37 -07:00
Aaron Gyes
2f28e96956
Fix fish_tests xcode target
2016-11-04 17:55:51 -07:00
Manzur Mukhitdinov
00a8766635
auto-complete for sysbench (0.4.12)
...
SysBench is a modular, cross-platform and multi-threaded benchmark tool for
evaluating OS parameters that are important for a system running a database
under intensive load
2016-11-04 22:22:12 +01:00
Fabian Weisshaar
097d2246c2
add dig completion
2016-11-04 22:19:55 +01:00
Kurtis Rader
23c3101440
lint: goto and dead code
2016-11-03 16:53:58 -07:00
Kurtis Rader
003ea83410
lint: too few branches in switch statement
2016-11-03 16:41:51 -07:00
Kurtis Rader
de87419df9
lint: multiple unary operator
2016-11-03 16:37:26 -07:00
Kurtis Rader
4e505efc50
lint: redundant if statement
2016-11-03 16:32:27 -07:00
Kurtis Rader
b7d910a941
lint: long variable name
2016-11-03 16:19:41 -07:00
Kurtis Rader
f05fe4e292
lint: problems with default in switch statements
2016-11-03 16:19:41 -07:00
Patrick Häcker
72e687296b
Create autocompletion for dpkg-reconfigure
...
The dpkg-reconfigure command is used on Debian and Ubuntu based systems to reconfigure packages.
According to the relevant manpage's the commited completion file should be complete.
2016-11-03 13:14:28 +01:00
Fabian Homborg
c9c311fbdb
fish_vi_cursor: Ignore errors from tput
...
Fixes #3519 .
(cherry picked from commit b9b66791c1
)
2016-11-03 15:41:16 +08:00
Fabian Homborg
b9b66791c1
fish_vi_cursor: Ignore errors from tput
...
Fixes #3519 .
2016-11-03 08:34:55 +01:00
Kurtis Rader
9b0d45d4fa
lint: unnecessary else statement
2016-11-02 14:44:27 -07:00
Kurtis Rader
5709c81fe0
lint: empty while statement
2016-11-02 14:22:34 -07:00
Kurtis Rader
e35b91d38c
lint: empty else block
2016-11-02 14:17:26 -07:00
Kurtis Rader
4f4d34e664
lint: missing break in switch statement
2016-11-02 14:07:12 -07:00
Kurtis Rader
f6047f02d6
lint: constant conditional operator
2016-11-01 21:19:34 -07:00
Kurtis Rader
71e69b6d75
lint: empty if statement
2016-11-01 20:42:02 -07:00
Kurtis Rader
60c47deca9
lint: avoid branching statement as last in loop
2016-11-01 20:00:09 -07:00
Kurtis Rader
c10952c354
lint: fish_indent all sample prompts
2016-11-01 19:19:45 -07:00
Kurtis Rader
e73226d7e8
lint: unused parameter
2016-11-01 19:12:39 -07:00
Aaron Gyes
19e12e3747
Revert mistaken file inclusion.
...
I was testing command descriptions and mistakenly left in a bogus file.
2016-10-31 23:46:40 -07:00