Skip to content

Commit

Permalink
feat: improve loading of files (#1)
Browse files Browse the repository at this point in the history
* refactor: speed up loading

* chore: Update minimum fzf version and improve process handling

* fix: improve process killing in cleanup function

* refactor: improve error handling and code readability in gh_query function

* fix: prevent grep from coloring output in check_version function

* chore: use command prefix for head and base64 commands

* refactor: simplify less pager settings in view_contents function

* feat: add process management and improve search functionality

* fix: improve error message for failed search results

* chore: add TODO and update comments
  • Loading branch information
LangLangBart authored Jan 11, 2024
1 parent a30ac01 commit 45faaac
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.16.25
rev: v1.17.0
hooks:
- id: typos
args: [--format, brief, --write-changes]
Expand Down
Loading

0 comments on commit 45faaac

Please sign in to comment.