Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajmwagar/bliss
/ functions
Functions
15 in github.com/ajmwagar/bliss
⨍
Functions
15
◇
Types & classes
4
↓ 4 callers
Method
supported_langs
Get list of supported languages from cache or fallback to web
src/lib.rs:70
↓ 3 callers
Method
get_lang_gitignore
Get the respective `.gitignore` for a given language
src/lib.rs:108
↓ 2 callers
Function
setup
()
tests/unit.rs:3
↓ 1 callers
Method
is_supported
Check whether a given language is supported
src/lib.rs:100
↓ 1 callers
Method
save
Save cache to fs
src/lib.rs:176
Method
duplicate_gi_branch
Duplicate the current .gitignore accross all branches (that do not have a .gitignore) and commit
src/lib.rs:29
Method
fmt
(&self, formatter: &mut std::fmt::Formatter)
src/lib.rs:141
Method
from
Read Cache from fs
src/lib.rs:209
Method
from_string
Create a gitignore from a string
src/lib.rs:150
Method
get_lang_list
Get list of supported languages from web
src/lib.rs:86
Function
main
()
src/main.rs:6
Method
new
Create a new instance of Ignorance
src/lib.rs:18
Method
remove_gitignore
Remove all files with "git rm --cached <file>" from gitignore
src/lib.rs:23
Function
web_gitignore_rust
Test pulling get_lang_gitignore with the rust language
tests/unit.rs:18
Function
web_supported_languages
Download supported_languages from the web
tests/unit.rs:9