David Adam
09ed315159
README: remove Xcode, minor linting
...
Closes #9924 .
2023-08-04 22:28:11 +08:00
Fabian Boehm
3d7ad4d3f1
README: Update dependencies for riir
...
Fixes #9893
2023-07-15 10:56:28 +02:00
ridiculousfish
d843b67d2d
Initial Rust commit
2023-02-02 19:34:47 -07:00
Fabian Boehm
f7f052ad40
README: Link to fishshell.com instead of the design docs.
...
First tell people what it is instead
2023-01-09 17:44:27 +01:00
ridiculousfish
0618bb0121
Add cirrus build status README
2022-11-12 15:17:14 -08:00
ridiculousfish
7f204ed64c
Update the README to reflect new PCRE2 instructions
2022-07-02 19:00:08 -07:00
Fabian Homborg
df64ba2e40
README: Note the minimum supported macOS version
2022-06-01 19:38:33 +02:00
Fabian Homborg
5af2ead85a
README: Remove ul dependency
...
No longer used
2022-03-26 20:41:45 +01:00
Aaron Gyes
ca6e9f9fe7
README.rst: fix badge
...
The name of the main workflow changed to "test" a while back, and then "make test" after that.
2021-12-17 16:12:08 -08:00
Fabian Homborg
39a31d273c
README: Link to Unix & Linux Stackexchange instead of SO
...
Stackoverflow's fish tag suffers from inconsistent moderation and an
annoying policy on what is allowed and what isn't.
Given that fish straddles the line between "programming" and "usage",
some fish questions would be allowed and some wouldn't, and it is
awkward for users to tell which.
So stop recommending a site that, in practice, closes user's questions
for unclear reasons.
This needs to be done for fish-site as well.
2021-11-30 22:22:05 +01:00
David Adam
c0fa4a6f4c
README: use apt instead of apt-get
...
apt has a slightly nicer UI.
Fixes #8497 .
2021-11-30 21:39:46 +08:00
David Adam
e066715127
README: improve note on colorls
2021-11-16 21:42:07 +08:00
David Adam
210dda2c4c
CMake: bump minimum requirement to 3.5
...
CMake 3.5.0 was released in March 2016.
2021-06-28 23:56:02 +08:00
Fabian Homborg
a9b4ad4b9f
README: Document build options
2021-06-06 12:21:44 +02:00
Scott Bonds
3ddb5a2bdc
Add color to ls output on OpenBSD when colorls is installed ( #8035 )
...
* add support for colorized ls on openbsd
* add changelog line for colorls support
* add readme line for colorls support
* determine ls command at runtime, don't cache it
* eliminate __fish_ls_command function
2021-06-01 19:46:13 +02:00
Fabian Homborg
2095d744cf
README: Remove "try in browser" leftovers
...
This was missed in 5a53ead240
.
2021-04-22 18:25:28 +02:00
Johannes Altmanninger
b3c520cc47
README: link to the Building section
2021-04-17 22:53:34 +02:00
Fabian Homborg
5a53ead240
README: Remove rootnroll
...
This was removed from fish-site in
7c19bf2cc9a3742346527cd6979671f16b8caeb9 because it's out of date, so
it gives a bad first impression.
In my tests it also loads very slowly and features oh-my-fish instead
of a stock fish.
2021-04-16 15:47:18 +02:00
David Adam
3f08fb9f9e
Revert "README: note dependency on tput"
...
This reverts commit 50398ea9f5
.
tput is only required as a fallback for backward compatibility.
2021-03-28 16:15:32 +08:00
David Adam
50398ea9f5
README: note dependency on tput
2021-03-27 23:28:21 +08:00
Johannes Altmanninger
8b0b987993
README: remove redundant mention of sed dependency
2021-02-16 18:39:03 +01:00
Fabian Homborg
d8cf8de99b
Remove Travis
...
Travis is gone.
We have Github Actions set up now, which should be okay.
Fixes #7447 .
2020-11-11 20:17:00 +01:00
David Adam
f9505996e7
README/CHANGELOG: make Python requirements consistent
...
[ci skip]
2020-09-16 15:57:36 +08:00
Fabian Homborg
68ab016267
CHANGELOG/README python 3-ification
...
Fixes #6537 .
[ci skip]
2020-09-11 21:21:04 +02:00
Fabian Homborg
c7efe46e0b
README: The gettext command is no longer required
...
`_` is now a proper builtin, so we don't spuriously call out to gettext.
2020-06-14 19:30:03 +02:00
Fabian Homborg
deb816c91c
README: Mention python3 and pexpect for the tests
...
Technically the script tests could probably be run with 2.7, but the
README doesn't need to be that exhaustive.
[ci skip]
2020-06-14 19:30:03 +02:00
Fabian Homborg
382595e1e9
Update some .md references
2020-05-30 10:07:21 +02:00
Fabian Homborg
e6f5c78d39
Convert Markdown files to RST
...
We use sphinx with rst for our documentation, and github supports rst
here, so it seems weird to have markdown just for these.
It also allows us e.g. to include the CHANGELOG in the docs without
requiring another build dependency.
2020-05-30 10:07:21 +02:00