Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seperate doctests and pytests | toonn | 2019-09-24 | 2 | -2/+32 |
| | | | | | | Doctests are interfering with CI because curses can't find the terminfo database. This'll require looking into but for now we'll run the doctests seperately and expect failure. Same thing for pytests. | ||||
* | Segregate python 3.7 workflow | toonn | 2019-09-18 | 1 | -0/+30 |
| | | | | | | By seperating the python 3.7 workflow we can keep an eye on changed linting errors for the newer pylint. Without cancelling the actions for our current setup. | ||||
* | Drop py3.7 | toonn | 2019-09-18 | 1 | -1/+1 |
| | | | | | Temporarily drop python 3.7 from the workflow because it's not compatible with `pylint<2`. | ||||
* | Merge pull request #1697 from toonn/doc-ueberzug | Toon Nolten | 2019-09-17 | 2 | -34/+53 |
|\ | | | | | Document überzug preview method in the manpage | ||||
| * | Capitalize Linux | Toon Nolten | 2019-09-17 | 2 | -13/+13 |
| | | |||||
| * | Document überzug preview method in the manpage | toonn | 2019-09-17 | 2 | -0/+19 |
| | | | | | | | | Fixes #1453 | ||||
| * | Reorder preview method sections alphabetically | toonn | 2019-09-17 | 2 | -32/+32 |
| | | |||||
| * | Manpage typo for kitty preview method | toonn | 2019-09-17 | 2 | -13/+13 |
|/ | |||||
* | Merge branch 'vifon-verbose-delete' | toonn | 2019-09-10 | 1 | -1/+1 |
|\ | |||||
| * | core.actions: Log which files were deleted | Wojciech Siewierski | 2019-09-10 | 1 | -1/+1 |
|/ | |||||
* | Correct the description of 'quit' | Benno Schulenberg | 2019-09-10 | 2 | -4/+4 |
| | | | | | | | Quit closes a tab only when there is more than one tab; otherwise, it quits the program. Also fix a typo. | ||||
* | Merge pull request #1687 from toonn/gh-actions | Wojciech Siewierski | 2019-09-03 | 3 | -1/+52 |
|\ | | | | | Add GitHub Actions ci | ||||
| * | Add GitHub Actions ci | toonn | 2019-09-03 | 3 | -1/+52 |
|/ | | | | | | | | | | Run our python tests and shellcheck in seperate workflows only when relevant files are changed, respectively python files or `scope.sh`. This tests with one extra version of python, 3.7. GitHub's version of shellcheck seems to be missing a few flags. So we download the latest stable version, 0.7.0 currently. | ||||
* | Merge branch 'iso-date' | toonn | 2019-09-01 | 1 | -2/+2 |
|\ | |||||
| * | Switch manpage date from locale dependent to ISO UTC | toonn | 2019-09-01 | 1 | -2/+2 |
|/ | | | | | Having the date in the manpage depend on a user's locale and their timezone makes the format change depending on which user generates it. | ||||
* | Merge PR #1649 | Wojciech Siewierski | 2019-08-18 | 7 | -11/+52 |
|\ | |||||
| * | Regenerate the manpages | Wojciech Siewierski | 2019-08-18 | 2 | -20/+24 |
| | | |||||
| * | Drop truth values; rename warning setting | Toon Nolten | 2019-08-18 | 6 | -18/+32 |
| | | |||||
| * | Warn when nesting ranger | toonn | 2019-08-03 | 4 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users frequently request that launching ranger in a subshell started from ranger (using `S`) instead exits the subshell so they end up in their original ranger instance without nesting, which is rarely useful. This isn't possible because a process can't easily kill its parent shell. To at least avoid such confusion we warn about nesting by default. A new setting `nested_ranger_warning` is added to `rc.conf`. The warning can be either disabled or the severity increased so the message is more visible. Fixes #1645 | ||||
* | | Merge branch 'add-logo' of https://github.com/Zaeph/ranger | hut | 2019-08-06 | 1 | -0/+2 |
|\ \ | |||||
| * | | Resize logo | Leo Vivier | 2019-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Since GitHub’s Markdown doesn’t support resizing, we have to use html to specify the width. | ||||
| * | | Add logo to README.md | Leo Vivier | 2019-08-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | We’re getting the URL from ranger’s GitHub page, but it might be a better idea to add it to the repo. | ||||
* | | | Merge pull request #1657 from toonn/readme-dependencies | Wojciech Siewierski | 2019-08-05 | 1 | -11/+21 |
|\ \ \ | | | | | | | | | Improve the Dependencies section of the README | ||||
| * | | | Change phrasing to avoid confusion | toonn | 2019-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Don't want people to think "More options" means settings. | ||||
| * | | | Further README improvements | Leo Vivier | 2019-08-05 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not use article for ‘file’. Rephrase description for ‘python-bidi’. Create sub-heading for optional dependencies. Mention ‘depencies’ in the sub-heading, looks a tad barren otherwise. Change ‘General’ to ‘For general usage’. Change ‘for + noun’ to ‘to + verb’. | ||||
| * | | | Improve the Dependencies section of the README | toonn | 2019-08-05 | 1 | -6/+14 |
|/ / / | | | | | | | | | | | | | | | | This section was incomplete because `scope.sh` has grown a lot. Fixes #1611 | ||||
* | | | Merge pull request #1651 from Zaeph/mention-wiki | Toon Nolten | 2019-08-05 | 1 | -0/+14 |
|\ \ \ | |/ / |/| | | Make the wiki more visible | ||||
| * | | Do not maximally capitalize sub-sub-headings | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Maximally capitalize the headings | Leo Vivier | 2019-08-05 | 1 | -4/+4 |
| | | | |||||
| * | | Use ‘Reddit’ instead of ‘Subreddit’ | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Remove redundant ‘channel’ | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add section for community | Leo Vivier | 2019-08-05 | 1 | -0/+7 |
| | | | |||||
| * | | Rephrase line for guide | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Do not capitalise wiki | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | It looks odd, and since the wiki says ‘Welcome to the ranger wiki’, we might as well be consistent. | ||||
| * | | Itemize | Leo Vivier | 2019-08-05 | 1 | -5/+3 |
| | | | |||||
| * | | Capitalize links | Leo Vivier | 2019-08-05 | 1 | -2/+2 |
| | | | | | | | | | | | | They don’t stand out enough otherwise. | ||||
| * | | Add line for FAQ | Leo Vivier | 2019-08-05 | 1 | -0/+2 |
| | | | |||||
| * | | Rephrase line for wiki | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Rephrase line for official user guide | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Use minimal capitalization in section-titles | Leo Vivier | 2019-08-05 | 1 | -2/+2 |
| | | | |||||
| * | | Add section for ‘Going further’ | Leo Vivier | 2019-08-05 | 1 | -0/+7 |
|/ / | |||||
* | | Merge pull request #1652 from user062/quickfix | Toon Nolten | 2019-08-04 | 1 | -1/+1 |
|\ \ | |/ |/| | fixes #1566 | ||||
| * | Update settings.py | user062 | 2019-08-03 | 1 | -1/+1 |
| | | |||||
| * | fixes setlocal on dirs with regex metachars | b | 2019-08-03 | 1 | -1/+1 |
|/ | |||||
* | Rephrase & Make | Leo Vivier | 2019-08-02 | 2 | -6/+4 |
| | |||||
* | Rephrase & Make | Leo Vivier | 2019-08-02 | 2 | -14/+8 |
| | |||||
* | Make doc | Leo Vivier | 2019-08-02 | 2 | -6/+15 |
| | |||||
* | Rephrase | Leo Vivier | 2019-08-02 | 1 | -3/+6 |
| | |||||
* | doc: Mention necessary macro escaping for chain | Leo Vivier | 2019-08-02 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1606 from umuthokelek/master | Toon Nolten | 2019-06-30 | 1 | -0/+5 |
|\ | | | | | zathura has been added as epub and comic archive viewer |