Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tigrawap/slit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: tigrawap/slit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 3 files changed
  • 4 contributors

Commits on May 5, 2020

  1. Readme typo fix

    tigrawap committed May 5, 2020
    Configuration menu
    Copy the full SHA
    81b0e33 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    15f86ae View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Support multi-byte characters

    In the case of that input string contains multi-byte characters,
    not always length is one.
    So current implementation doesn't show multi-byte characters correctly.
    This patch fixes to use `runewidth.RuneWidth` to get correct length.
    y-yagi authored and tigrawap committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    c2463e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Show a message when didn't find a searching text

    Currently, `slit` does nothing when didn't find a searching text. Sometimes this
    makes me confusing that the search is over or still doing.
    
    This fix is to show a message when didn't find a searching text. I think this helps
    users to understand the result of searching.
    y-yagi authored and tigrawap committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    b552962 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    88aea08 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    40602ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e1e46 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from twome/patch-1

    Add a few grammar fixes and consistency to README
    tigrawap authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    d18e9c3 View commit details
    Browse the repository at this point in the history
Loading