File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Introduction
2
2
3
- This tool scrapes the LLVM-C API and (currently) prints all available API
4
- functions to ` stdout ` . It came to be from the lack of search options in the
3
+ This tool scrapes the LLVM-C API and provides a TUI to search and navigate the
4
+ API from the terminal . It came to be from the lack of search options in the
5
5
[ llvm-c] ( https://llvm.org/doxygen/group__LLVMC.html ) official documentation, and
6
6
difficulty to navigate the hyperlinks as a beginner to llvm.
7
7
@@ -10,7 +10,10 @@ all apparently related hyperlinks of sub-modules (in
10
10
fact, this exact function was the "last-drop", and the reason why I wrote
11
11
program), simply run the program, and then filter for ` sext ` by tapping ` / ` when the TUI loads.
12
12
13
- ## v0.3 Preview
13
+ Additionally, pressing enter on the selected item will open the corresponding
14
+ llvm-c API webpage on the browser.
15
+
16
+ ## v0.4 Preview
14
17
15
18
Searching for the function that returns the LLVM pointer type of an LLVM type
16
19
![ Screenshot 2021-12-24 at 23 39 30] ( https://user-images.githubusercontent.com/21295306/147374322-b5833e04-1300-4b0f-b152-d2f91e970118.png )
Original file line number Diff line number Diff line change 1
1
hoogle-like "search by types"
2
2
TUI start with progress bar
3
- On enter visit webpage
You can’t perform that action at this time.
0 commit comments