summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Prefer ./configure --enable-release to RELEASE=yTavian Barnes2024-05-021-1/+1
|
* build: Replace `make config` with a `./configure` scriptTavian Barnes2024-04-291-2/+2
| | | | | | | | | | This lets us do more traditional out-of-tree builds like $ ../path/to/bfs/configure $ make The .mk files are moved from ./config to ./build, mostly so that ./configure will auto-complete easily.
* build: Add a separate configuration stepTavian Barnes2024-04-091-1/+3
|
* build: Don't use libattrTavian Barnes2024-04-041-3/+3
| | | | | We only rely on interfaces like listxattr() which are provided by the C library itself.
* README.md: bfs is now in Gentoo as sys-apps/bfsSam James2024-02-071-0/+3
|
* docs: Rename HACKING to CONTRIBUTINGTavian Barnes2023-12-161-2/+2
| | | | So that GitHub recognizes it.
* Revert "README: Realign badges"Tavian Barnes2023-11-281-3/+4
| | | | | | Looks like GitHub fixed their rendering. This reverts commit 3f15559a82484d46942a68e18ba18c7e1c31aab3.
* README: Realign badgesTavian Barnes2023-10-051-4/+3
| | | | A recent GitHub change broke the nice alignment of the badges to the top heading, so just put the badges underneath it for now.
* build: Add liburing on LinuxTavian Barnes2023-10-021-6/+6
|
* README: Add Guix and OpenBSD packagesTavian Barnes2023-09-141-8/+39
|
* README: Official Homebrew formulaMartin Polden2023-07-221-2/+2
| | | | An official `bfs` formula has been added to Homebrew now.
* README.md: fix reversed examplesWayne Scott2023-07-221-9/+9
|
* README: Add official Arch Linux packageTavian Barnes2023-07-201-2/+2
|
* README: Adjust badge alignmentTavian Barnes2023-01-311-6/+5
|
* README: Fix the CI badgeTavian Barnes2022-12-151-1/+1
| | | | Link: https://github.com/badges/shields/issues/8671
* README: Add acl dependency to FedoraTavian Barnes2022-11-161-1/+1
|
* README: Use `console` syntax highlighting moreTavian Barnes2022-11-161-22/+33
|
* README: Add back empty paragraph for spacingTavian Barnes2022-11-051-0/+1
|
* README: Work around Content-Security-Policy issues with the animationTavian Barnes2022-11-041-4/+3
| | | | Workaround for https://github.com/github/markup/issues/1601.
* README: Use a different screencast for the light themeTavian Barnes2022-10-261-1/+6
|
* README: Simplify comparison tableTavian Barnes2022-10-251-4/+1
|
* README: Add a <thead> to work around horizontal overflow on FirefoxTavian Barnes2022-10-211-0/+3
|
* README: Break inline lists before bulletsTavian Barnes2022-10-191-12/+16
|
* README: Add bullets to inline listsTavian Barnes2022-10-181-10/+10
|
* README: Move the spacing <p></p> out of the <summary>Tavian Barnes2022-10-181-7/+7
|
* README: Get rid of square bracketsTavian Barnes2022-10-181-12/+12
|
* README: Update Fedora Linux installation instruction (#95)Fábio Rodrigues Ribeiro2022-08-151-2/+1
| | | Now in Fedora repositories
* README: Add Fedora Copr package to installation instructionsTavian Barnes2022-05-251-0/+4
| | | | Closes #83.
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-161-1/+1
| | | | | This also moves the main binary from ./bfs to ./bin/bfs, and ./tests.sh to ./tests/tests.sh, with the goal of keeping the repository root clean.
* README: Add links to upstream packagesTavian Barnes2022-05-111-9/+9
|
* README: Use a table for side-by-side examplesTavian Barnes2022-05-091-10/+35
|
* docs: New USAGE.md documentTavian Barnes2022-05-091-40/+14
|
* docs: Move dependency flag info from the README to docs/BUILDING.mdTavian Barnes2022-05-071-9/+3
|
* docs: Split CONTRIBUTING into BUILDING and HACKINGTavian Barnes2022-05-071-1/+2
|
* README: Add a link to the AUR packageTavian Barnes2022-05-071-0/+3
|
* README: Open the "already packaged" section by defaultTavian Barnes2022-05-071-2/+10
|
* README: Reformat to save some vertical spaceTavian Barnes2022-05-071-16/+50
|
* README: Add a blurb about fancy errors/warningsTavian Barnes2022-03-271-0/+22
|
* README: Clarify some dependenciesTavian Barnes2022-03-111-5/+5
|
* add fedora depsJacob Chapman2022-03-081-0/+3
|
* README: Fix typoTavian Barnes2022-03-011-1/+1
|
* README: Fix CI status badgesTavian Barnes2022-02-241-3/+1
|
* README: Reformat with details blocks to make it more easily skimmableTavian Barnes2022-02-221-30/+111
| | | | | And add some extra information about bfs-specific features, and installing dependencies.
* README: Fix a broken link to the NetBSD find manpageTavian Barnes2021-09-211-1/+1
|
* README: Remove repology badgeTavian Barnes2021-03-311-2/+0
|
* README: Add a FreeBSD badgeTavian Barnes2021-03-281-0/+1
|
* ci: Switch to GitHub ActionsTavian Barnes2021-03-281-1/+2
|
* Makefile: Rebuild whenever the build flags changeTavian Barnes2020-12-101-1/+0
| | | | | This removes the need to do make clean before rebuilding with a new build type.
* travis: Try the experimental FreeBSD environmentTavian Barnes2020-11-301-1/+0
|
* travis: Switch to the LXD-based infrastructureTavian Barnes2020-11-301-1/+1
|