about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
AgeCommit message (Collapse)AuthorFilesLines
2023-06-01browsr: init at 1.10.7figsoda1-0/+85
https://github.com/juftin/browsr
2023-05-29xplorer: move cmake to nativeBuildInputsfigsoda1-2/+2
2023-05-25felix-fm: 2.2.8 -> 2.3.0figsoda2-256/+266
Diff: https://github.com/kyoheiu/felix/compare/v2.2.8...v2.3.0 Changelog: https://github.com/kyoheiu/felix/blob/v2.3.0/CHANGELOG.md
2023-05-23xplr: 0.21.1 -> 0.21.2R. Ryantm1-3/+3
2023-05-22lf: 29 -> 30Robert Schütz1-3/+3
Diff: https://github.com/gokcehan/lf/compare/r29...r30 Changelog: https://github.com/gokcehan/lf/releases/tag/r30
2023-05-18felix-fm: 2.2.7 -> 2.2.8figsoda2-3/+3
Diff: https://github.com/kyoheiu/felix/compare/v2.2.7...v2.2.8 Changelog: https://github.com/kyoheiu/felix/blob/v2.2.8/CHANGELOG.md
2023-05-08nnn: add desktop file, fix nerd icons, add option to build with emojisTungsten8421-4/+18
2023-05-05felix-fm: 2.2.6 -> 2.2.7figsoda2-30/+39
Diff: https://github.com/kyoheiu/felix/compare/v2.2.6...v2.2.7 Changelog: https://github.com/kyoheiu/felix/blob/v2.2.7/CHANGELOG.md
2023-05-05xplorer: init at unstable-2023-03-19Mostly Void3-0/+4854
2023-04-30lf: 28 -> 29Robert Schütz1-3/+3
Diff: https://github.com/gokcehan/lf/compare/r28...r29 Changelog: https://github.com/gokcehan/lf/releases/tag/r29
2023-04-24Merge pull request #227836 from sayanarijit/masterLily Foster1-0/+29
xplr: 0.20.2 -> 0.21.1
2023-04-24xplr: 0.20.2 -> 0.21.1Arijit Basu1-0/+29
https://github.com/sayanarijit/xplr/releases/tag/v0.21.1 Originally authored by @mimame (in #223450). - Disable one specific failing test - Move from pkgs/applications/misc/ to pkgs/applications/file-managers/ - Add @mimame as maintainer.
2023-04-23felix-fm: 2.2.5 -> 2.2.6figsoda2-3/+3
Diff: https://github.com/kyoheiu/felix/compare/v2.2.5...v2.2.6 Changelog: https://github.com/kyoheiu/felix/blob/v2.2.6/CHANGELOG.md
2023-04-20worker: 4.11.0 -> 4.12.1R. Ryantm1-2/+2
2023-04-16nnn: 4.7 → 4.8Nikolay Korotkiy1-2/+2
2023-04-12Merge pull request #208023 from michaelBelsanti/tuifimanagerSandro1-0/+38
2023-04-11doublecmd: 1.0.10 -> 1.0.11R. Ryantm1-2/+2
2023-04-07dfilemanager: unstable-2020-09-04 -> unstable-2021-02-20rewine1-3/+3
2023-04-06Merge pull request #224304 from jiegec/mucommanderMario Rodas1-3/+3
mucommander: 1.1.0-1 -> 1.2.0-1
2023-04-05vifm: 0.12.1 -> 0.13Sergei Trofimovich1-3/+10
Changes: https://github.com/vifm/vifm/releases/tag/v0.13
2023-04-02mucommander: 1.1.0-1 -> 1.2.0-1Jiajie Chen1-3/+3
2023-04-02Merge pull request #223487 from zendo/upd/ctpvSandro1-15/+38
2023-03-28ctpv: 1.0 -> 1.1zendo1-15/+38
2023-03-26Merge pull request #222738 from chuangzhu/portfolioGuillaume Girol1-3/+10
portfolio-filemanager: 0.9.14 -> 0.9.15
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+1387
2023-03-24portfolio-filemanager: add chuangzhu as a maintainerChuang Zhu1-1/+1
2023-03-23portfolio-filemanager: 0.9.14 -> 0.9.15Chuang Zhu1-2/+9
2023-03-11treewide: fix lintsArtturin1-2/+2
Arg to lib.optional is a list build time tool in buildInputs
2023-03-01Merge pull request #208559 from wesleyjrz/add-ctpvLuke Granger-Brown1-0/+41
ctpv: init at v1.0
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-16Merge pull request #216384 from SuperSandro2000/mc-optionalArtturi1-1/+1
mc: fix lib.optional being passed a list
2023-02-14mc: fix lib.optional being passed a listSandro Jäckel1-1/+1
2023-02-14treewide: use lib.optionalsFelix Buehler1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler1-2/+2
2023-02-11felix-fm: 2.2.4 -> 2.2.5figsoda1-3/+3
Diff: https://github.com/kyoheiu/felix/compare/v2.2.4...v2.2.5 Changelog: https://github.com/kyoheiu/felix/blob/v2.2.5/CHANGELOG.md
2023-02-08vifm: fix `:help` by pulling in `perl` to build dependsSergei Trofimovich1-1/+7
Without the change `:help` command failed to find the help as: $ rm -rfv ~/.config/vifm/ ~/.vifm $ vifm <in vifm>:help Error detected while processing command line: E149: Sorry, no help for vifm-app.txt This happened because `tags` in `doc` directory was empty: $(top_srcdir)/data/vim/doc/plugin/tags: \ $(top_srcdir)/data/vim/doc/plugin/vifm-plugin.txt $(AM_V_GEN)mkdir -p ../data/vim/doc/plugin/; \ if [ -n "$(PERL)" ]; then \ $(srcdir)/helpztags "$(top_srcdir)/data/vim/doc/plugin"; \ elif [ -n "$(VIM)" ]; then \ vim -e -s -c 'helptags $(top_srcdir)/data/vim/doc/plugin|q'; \ else \ touch $@; \ fi The change pulls in `perl` into build depends to get tags working.
2023-02-07clifm: 1.9 -> 1.10R. Ryantm1-2/+2
2023-02-05mc: update postPatch phaseIzorkin1-3/+0
2023-02-05mc: add x11Support optionIzorkin1-4/+4
2023-01-31felix-fm: 2.2.3 -> 2.2.4figsoda1-3/+3
Diff: https://github.com/kyoheiu/felix/compare/v2.2.3...v2.2.4 Changelog: https://github.com/kyoheiu/felix/blob/v2.2.4/CHANGELOG.md
2023-01-24doublecmd: 1.0.9 -> 1.0.10R. Ryantm1-2/+2
2023-01-23Merge pull request #210729 from r-ryantm/auto-update/xfeWeijia Wang1-2/+2
xfe: 1.44 -> 1.45
2023-01-21mc: 4.8.28 -> 4.8.29Sergei Trofimovich1-13/+3
Changes: http://www.midnight-commander.org/wiki/NEWS-4.8.29
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol2-2/+2
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-19felix-fm: 2.2.2 -> 2.2.3figsoda1-3/+3
Diff: https://github.com/kyoheiu/felix/compare/v2.2.2...v2.2.3 Changelog: https://github.com/kyoheiu/felix/blob/v2.2.3/CHANGELOG.md
2023-01-16tuifimanager: init at 2.3.4quasigod-io1-0/+38
2023-01-14xfe: 1.44 -> 1.45R. Ryantm1-2/+2
2023-01-08llama: 1.2.0 -> 1.4.0R. Ryantm1-3/+3
2023-01-01ctpv: init at v1.0Wesley Jr1-0/+41
2022-12-25lf: 27 -> 28mlyxshi1-3/+3