xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
<root> / src / .valgrind.supp (bef6860d4614053cd348a92edcab2174bd1ef7eb) (1,837B) (mode 100644) [raw]
{
   wcscpy-ssse3-wrong-read
   Memcheck:Addr8
   fun:__wcscpy_ssse3
}

{
   wcsncmp-avx2-uninitialized-read
   Memcheck:Value8
   fun:__wcsncmp_avx2
}

{
   wcsncmp-avx2-uninitialized-cond
   Memcheck:Cond
   fun:__wcsncmp_avx2
}

{
   wcsncmp-avx2-wrong-read
   Memcheck:Addr32
   fun:__wcsncmp_avx2
}

{
   wcscmp-wrong-read
   Memcheck:Addr8
   fun:wcscmp
}

{
   re_compile-uninitialized-data
   Memcheck:Cond
   fun:re_compile_fastmap_iter.isra.*
   fun:re_compile_fastmap
   fun:regcomp
}

{
   thread-tls-1
   Memcheck:Leak
   match-leak-kinds: possible
   fun:calloc
   fun:allocate_dtv
   fun:_dl_allocate_tls
   fun:allocate_stack
   fun:pthread_create*
}

{
   thread-tls-2
   Memcheck:Leak
   match-leak-kinds: possible
   fun:calloc
   fun:_dl_allocate_tls
   fun:pthread_create*
}

{
   there-is-no-leak-of-origin
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:strdup
   fun:replace_dir_entries
   fun:clone_view
}
{
   there-is-no-leak-of-entry-array
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:realloc
   fun:dynarray_extend
   fun:replace_dir_entries
   fun:clone_view
}

{
   there-is-no-leak-of-lua-objects-1
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:realloc
   fun:l_alloc
}
{
   there-is-no-leak-of-lua-objects-2
   Memcheck:Leak
   match-leak-kinds: possible
   fun:realloc
   fun:l_alloc
}

{
    gobject-and-glib-globals
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    obj:*/libgobject-2.0.so.*
    ...
    fun:_dl_init
    ...
}
{
    gio-globals
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    fun:g_type_register_static
    ...
    obj:*/libgio-2.0.so.*
    ...
}
{
    gio-types
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    fun:g_type_create_instance
    ...
    obj:*/libgio-2.0.so.*
    ...
}
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master