debian-mirror-gitlab/doc/user/project/repository/file_finder.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
1 KiB
Markdown
Raw Normal View History

2019-12-26 22:10:19 +05:30
---
2020-10-24 23:57:45 +05:30
stage: Create
2023-06-20 00:43:36 +05:30
group: IDE
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2019-12-26 22:10:19 +05:30
---
2021-04-17 20:07:23 +05:30
# File finder **(FREE)**
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
With file finder, you can search for a file in a repository directly from the GitLab UI.
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
File finder is powered by the [`fuzzaldrin-plus`](https://github.com/jeancroy/fuzz-aldrin-plus) library, which uses fuzzy search and highlights results as you type.
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
## Search for a file
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
To search for a file:
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. On the left sidebar, select **Repository > Files**.
1. In the upper right, select **Find file**.
1. In the search box, start typing the filename.
1. From the dropdown list, select the file.
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
To go to file finder, you can also press <kbd>t</kbd> anywhere in your project.
To go back to **Files**, press <kbd>Esc</kbd>.
2019-12-26 22:10:19 +05:30
2023-06-20 00:43:36 +05:30
To narrow down your results, include `/` in your search.
2019-12-26 22:10:19 +05:30
2020-05-24 23:13:21 +05:30
![Find file button](img/file_finder_find_file_v12_10.png)