Welcome to mirror list, hosted at ThFree Co, Russian Federation.

file_finder.md « repository « project « user « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2084d8a157c62ea2196d2f53ab41db5da3cadd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
stage: Create
group: IDE
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
---

# File finder **(FREE ALL)**

With file finder, you can search for a file in a repository directly from the GitLab UI.

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.

## Search for a file

To search for a file:

1. On the left sidebar, select **Search or go to** and find your project.
1. Select **Code > Repository**.
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.

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>.

To narrow down your results, include `/` in your search.

![Find file button](img/file_finder_find_file_v12_10.png)