8000 Comparing happycod3r:main...slacksystem:main · happycod3r/fzf-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: happycod3r/fzf-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: slacksystem/fzf-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 8, 2024

  1. fix: remove colors from commands to resolve error

    - The color settings were causing an error when running the commands with fzf.
    SlackSystem committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8e47105 View commit details
    Browse the repository at this point in the history
  2. refactor: Optimize command usage in fzf-tools plugin

    - Updated fzf-tools.plugin.zsh with more efficient commands
    - Replaced `fzf-ag` function with `fzf-rg` for faster searching
    - Renamed alias `fzag` to `fzrg` to mirror function updates
    - Switched `fzf-find` function to use `fd` command, improving performance
    SlackSystem committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    f10f3c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat: Improve argument handling in fzf-tools

    - Enhanced `fzf-git-log()` to directly capture only commit IDs from git log.
    - Augmented the `fzf-rg()` function with the ability to capture and
      handle before and after context arguments.
    - Incorporated brief usage instruction feature in `fzf-rg()`, allowing it to swiftly display help prompts when needed.
    - Facilitated `fzf-rg()` to display the rg command help through the `--help-rg` argument.
    - Improved `fzf-rg()` functionality, enabling it to append `--after-context` and `--before-context` options to the rgargs array when passed as arguments.
    SlackSystem committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4a76169 View commit details
    Browse the repository at this point in the history
Loading
0