Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79f212a

Browse files
committedOct 14, 2022
meta: Run foxxo lint, bake -u
1 parent e623f9e commit 79f212a

File tree

4 files changed

+427
-210
lines changed

4 files changed

+427
-210
lines changed
 

‎.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# foxomate start
1+
# foxxo start
22
* text=auto eol=lf
33
bake linguist-generated
4-
# foxomate end
4+
# foxxo end

‎bake

Lines changed: 302 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/bash-term.md

Lines changed: 123 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
## Index
22

3-
* [term.cursor_to()](#termcursor_to)
4-
* [term.cursor_moveto()](#termcursor_moveto)
5-
* [term.cursor_up()](#termcursor_up)
6-
* [term.cursor_down()](#termcursor_down)
7-
* [term.cursor_forward()](#termcursor_forward)
8-
* [term.cursor_backward()](#termcursor_backward)
9-
* [term.cursor_line_next()](#termcursor_line_next)
10-
* [term.cursor_line_prev()](#termcursor_line_prev)
11-
* [term.cursor_horizontal()](#termcursor_horizontal)
12-
* [term.cursor_savepos()](#termcursor_savepos)
13-
* [term.cursor_restorepos()](#termcursor_restorepos)
14-
* [term.cursor_save()](#termcursor_save)
15-
* [term.cursor_restore()](#termcursor_restore)
16-
* [term.cursor_hide()](#termcursor_hide)
17-
* [term.cursor_show()](#termcursor_show)
18-
* [term.cursor_getpos()](#termcursor_getpos)
19-
* [term.erase_line_end()](#termerase_line_end)
20-
* [term.erase_line_start()](#termerase_line_start)
21-
* [term.erase_line()](#termerase_line)
22-
* [term.erase_screen_end()](#termerase_screen_end)
23-
* [term.erase_screen_start()](#termerase_screen_start)
24-
* [term.erase_screen()](#termerase_screen)
25-
* [term.erase_saved_lines()](#termerase_saved_lines)
26-
* [term.scroll_down()](#termscroll_down)
27-
* [term.scroll_up()](#termscroll_up)
28-
* [term.tab_set()](#termtab_set)
29-
* [term.tab_clear()](#termtab_clear)
30-
* [term.tab_clearall()](#termtab_clearall)
31-
* [term.screen_save()](#termscreen_save)
32-
* [term.screen_restore()](#termscreen_restore)
33-
* [term.style_reset()](#termstyle_reset)
34-
* [term.style_bold()](#termstyle_bold)
35-
* [term.style_dim()](#termstyle_dim)
36-
* [term.style_italic()](#termstyle_italic)
37-
* [term.style_underline()](#termstyle_underline)
38-
* [term.style_inverse()](#termstyle_inverse)
39-
* [term.style_hidden()](#termstyle_hidden)
40-
* [term.style_strikethrough()](#termstyle_strikethrough)
41-
* [term.style_hyperlink()](#termstyle_hyperlink)
42-
* [term.color_black()](#termcolor_black)
43-
* [term.color_red()](#termcolor_red)
44-
* [term.color_green()](#termcolor_green)
45-
* [term.color_orange()](#termcolor_orange)
46-
* [term.color_blue()](#termcolor_blue)
47-
* [term.color_purple()](#termcolor_purple)
48-
* [term.color_cyan()](#termcolor_cyan)
49-
* [term.color_light_gray()](#termcolor_light_gray)
50-
* [term.color_dark_gray()](#termcolor_dark_gray)
51-
* [term.color_light_red()](#termcolor_light_red)
52-
* [term.color_light_green()](#termcolor_light_green)
53-
* [term.color_yellow()](#termcolor_yellow)
54-
* [term.color_light_blue()](#termcolor_light_blue)
55-
* [term.color_light_purple()](#termcolor_light_purple)
56-
* [term.color_light_cyan()](#termcolor_light_cyan)
57-
* [term.color_white()](#termcolor_white)
58-
* [term.beep()](#termbeep)
59-
* [term.hyperlink()](#termhyperlink)
60-
* [term.bold()](#termbold)
61-
* [term.italic()](#termitalic)
62-
* [term.underline()](#termunderline)
63-
* [term.strikethrough()](#termstrikethrough)
64-
65-
### term.cursor_to()
3+
* [term.cursor_to](#termcursor_to)
4+
* [term.cursor_moveto](#termcursor_moveto)
5+
* [term.cursor_up](#termcursor_up)
6+
* [term.cursor_down](#termcursor_down)
7+
* [term.cursor_forward](#termcursor_forward)
8+
* [term.cursor_backward](#termcursor_backward)
9+
* [term.cursor_line_next](#termcursor_line_next)
10+
* [term.cursor_line_prev](#termcursor_line_prev)
11+
* [term.cursor_horizontal](#termcursor_horizontal)
12+
* [term.cursor_savepos](#termcursor_savepos)
13+
* [term.cursor_restorepos](#termcursor_restorepos)
14+
* [term.cursor_save](#termcursor_save)
15+
* [term.cursor_restore](#termcursor_restore)
16+
* [term.cursor_hide](#termcursor_hide)
17+
* [term.cursor_show](#termcursor_show)
18+
* [term.cursor_getpos](#termcursor_getpos)
19+
* [term.erase_line_end](#termerase_line_end)
20+
* [term.erase_line_start](#termerase_line_start)
21+
* [term.erase_line](#termerase_line)
22+
* [term.erase_screen_end](#termerase_screen_end)
23+
* [term.erase_screen_start](#termerase_screen_start)
24+
* [term.erase_screen](#termerase_screen)
25+
* [term.erase_saved_lines](#termerase_saved_lines)
26+
* [term.scroll_down](#termscroll_down)
27+
* [term.scroll_up](#termscroll_up)
28+
* [term.tab_set](#termtab_set)
29+
* [term.tab_clear](#termtab_clear)
30+
* [term.tab_clearall](#termtab_clearall)
31+
* [term.screen_save](#termscreen_save)
32+
* [term.screen_restore](#termscreen_restore)
33+
* [term.style_reset](#termstyle_reset)
34+
* [term.style_bold](#termstyle_bold)
35+
* [term.style_dim](#termstyle_dim)
36+
* [term.style_italic](#termstyle_italic)
37+
* [term.style_underline](#termstyle_underline)
38+
* [term.style_inverse](#termstyle_inverse)
39+
* [term.style_hidden](#termstyle_hidden)
40+
* [term.style_strikethrough](#termstyle_strikethrough)
41+
* [term.style_hyperlink](#termstyle_hyperlink)
42+
* [term.color_black](#termcolor_black)
43+
* [term.color_red](#termcolor_red)
44+
* [term.color_green](#termcolor_green)
45+
* [term.color_orange](#termcolor_orange)
46+
* [term.color_blue](#termcolor_blue)
47+
* [term.color_purple](#termcolor_purple)
48+
* [term.color_cyan](#termcolor_cyan)
49+
* [term.color_light_gray](#termcolor_light_gray)
50+
* [term.color_dark_gray](#termcolor_dark_gray)
51+
* [term.color_light_red](#termcolor_light_red)
52+
* [term.color_light_green](#termcolor_light_green)
53+
* [term.color_yellow](#termcolor_yellow)
54+
* [term.color_light_blue](#termcolor_light_blue)
55+
* [term.color_light_purple](#termcolor_light_purple)
56+
* [term.color_light_cyan](#termcolor_light_cyan)
57+
* [term.color_white](#termcolor_white)
58+
* [term.beep](#termbeep)
59+
* [term.hyperlink](#termhyperlink)
60+
* [term.bold](#termbold)
61+
* [term.italic](#termitalic)
62+
* [term.underline](#termunderline)
63+
* [term.strikethrough](#termstrikethrough)
64+
65+
### term.cursor_to
6666

6767
Move the cursor position to a supplied row and column. Both default to `0` if not supplied
6868

@@ -71,7 +71,7 @@ Move the cursor position to a supplied row and column. Both default to `0` if no
7171
* **$1** (int): row
7272
* **$1** (int): column
7373

74-
### term.cursor_moveto()
74+
### term.cursor_moveto
7575

7676
Moves cursor position to a supplied _relative_ row and column. Both default to `0` if not supplied (FIXME: implement)
7777

@@ -80,241 +80,241 @@ Moves cursor position to a supplied _relative_ row and column. Both default to `
8080
* **$1** (int): row
8181
* **$1** (int): column
8282

83-
### term.cursor_up()
83+
### term.cursor_up
8484

8585
Moves the cursor up. Defaults to `1` if not supplied
8686

8787
#### Arguments
8888

8989
* **$1** (int): count
9090

91-
### term.cursor_down()
91+
### term.cursor_down
9292

9393
Moves the cursor down. Defaults to `1` if not supplied
9494

9595
#### Arguments
9696

9797
* **$1** (int): count
9898

99-
### term.cursor_forward()
99+
### term.cursor_forward
100100

101101
Moves the cursor forward. Defaults to `1` if not supplied
102102

103103
#### Arguments
104104

105105
* **$1** (int): count
106106

107-
### term.cursor_backward()
107+
### term.cursor_backward
108108

109109
Moves the cursor backwards. Defaults to `1` if not supplied
110110

111111
#### Arguments
112112

113113
* **$1** (int): count
114114

115-
### term.cursor_line_next()
115+
### term.cursor_line_next
116116

117117
Moves the cursor to the next line. Defaults to `1` if not supplied
118118

119119
#### Arguments
120120

121121
* **$1** (int): count
122122

123-
### term.cursor_line_prev()
123+
### term.cursor_line_prev
124124

125125
Moves the cursor to the previous line. Defaults to `1` if not supplied
126126

127127
#### Arguments
128128

129129
* **$1** (int): count
130130

131-
### term.cursor_horizontal()
131+
### term.cursor_horizontal
132132

133133
Moves the cursor ?
134134

135135
#### Arguments
136136

137137
* **$1** (int): count
138138

139-
### term.cursor_savepos()
139+
### term.cursor_savepos
140140

141141
Saves the current cursor position
142142

143143
_Function has no arguments._
144144

145-
### term.cursor_restorepos()
145+
### term.cursor_restorepos
146146

147147
Restores cursor to the last saved position
148148

149149
_Function has no arguments._
150150

151-
### term.cursor_save()
151+
### term.cursor_save
152152

153153
Saves
154154

155155
_Function has no arguments._
156156

157-
### term.cursor_restore()
157+
### term.cursor_restore
158158

159159
Restores
160160

161161
_Function has no arguments._
162162

163-
### term.cursor_hide()
163+
### term.cursor_hide
164164

165165
Hides the cursor
166166

167167
_Function has no arguments._
168168

169-
### term.cursor_show()
169+
### term.cursor_show
170170

171171
Shows the cursor
172172

173173
_Function has no arguments._
174174

175-
### term.cursor_getpos()
175+
### term.cursor_getpos
176176

177177
Reports the cursor position to the application as (as though typed at the keyboard)
178178

179179
_Function has no arguments._
180180

181-
### term.erase_line_end()
181+
### term.erase_line_end
182182

183183
Erase from the current cursor position to the end of the current line
184184

185185
_Function has no arguments._
186186

187-
### term.erase_line_start()
187+
### term.erase_line_start
188188

189189
Erase from the current cursor position to the start of the current line
190190

191191
_Function has no arguments._
192192

193-
### term.erase_line()
193+
### term.erase_line
194194

195195
Erase the entire current line
196196

197197
_Function has no arguments._
198198

199-
### term.erase_screen_end()
199+
### term.erase_screen_end
200200

201201
Erase the screen from the current line down to the bottom of the screen
202202

203203
_Function has no arguments._
204204

205-
### term.erase_screen_start()
205+
### term.erase_screen_start
206206

207207
Erase the screen from the current line up to the top of the screen
208208

209209
_Function has no arguments._
210210

211-
### term.erase_screen()
211+
### term.erase_screen
212212

213213
Erase the screen and move the cursor the top left position
214214

215215
_Function has no arguments._
216216

217-
### term.erase_saved_lines()
217+
### term.erase_saved_lines
218218

219219
_Function has no arguments._
220220

221-
### term.scroll_down()
221+
### term.scroll_down
222222

223223
_Function has no arguments._
224224

225-
### term.scroll_up()
225+
### term.scroll_up
226226

227227
_Function has no arguments._
228228

229-
### term.tab_set()
229+
### term.tab_set
230230

231231
_Function has no arguments._
232232

233-
### term.tab_clear()
233+
### term.tab_clear
234234

235235
_Function has no arguments._
236236

237-
### term.tab_clearall()
237+
### term.tab_clearall
238238

239239
_Function has no arguments._
240240

241-
### term.screen_save()
241+
### term.screen_save
242242

243243
Save screen
244244

245245
_Function has no arguments._
246246

247-
### term.screen_restore()
247+
### term.screen_restore
248248

249249
Restore screen
250250

251251
_Function has no arguments._
252252

253-
### term.style_reset()
253+
### term.style_reset
254254

255255
Construct reset
256256

257257
#### Arguments
258258

259259
* **$1** (string): text
260260

261-
### term.style_bold()
261+
### term.style_bold
262262

263263
Construct bold
264264

265265
#### Arguments
266266

267267
* **$1** (string): text
268268

269-
### term.style_dim()
269+
### term.style_dim
270270

271271
Construct dim
272272

273273
#### Arguments
274274

275275
* **$1** (string): text
276276

277-
### term.style_italic()
277+
### term.style_italic
278278

279279
Construct italic
280280

281281
#### Arguments
282282

283283
* **$1** (string): text
284284

285-
### term.style_underline()
285+
### term.style_underline
286286

287287
Construct underline
288288

289289
#### Arguments
290290

291291
* **$1** (string): text
292292

293-
### term.style_inverse()
293+
### term.style_inverse
294294

295295
Construct inverse
296296

297297
#### Arguments
298298

299299
* **$1** (string): text
300300

301-
### term.style_hidden()
301+
### term.style_hidden
302302

303303
Construct hidden
304304

305305
#### Arguments
306306

307307
* **$1** (string): text
308308

309-
### term.style_strikethrough()
309+
### term.style_strikethrough
310310

311311
Construct strikethrough
312312

313313
#### Arguments
314314

315315
* **$1** (string): text
316316

317-
### term.style_hyperlink()
317+
### term.style_hyperlink
318318

319319
Construct hyperlink
320320

@@ -323,141 +323,141 @@ Construct hyperlink
323323
* **$1** (string): text
324324
* **$2** (string): url
325325

326-
### term.color_black()
326+
### term.color_black
327327

328328
Construct black color
329329

330330
#### Arguments
331331

332332
* **$1** (string): text
333333

334-
### term.color_red()
334+
### term.color_red
335335

336336
Construct red color
337337

338338
#### Arguments
339339

340340
* **$1** (string): text
341341

342-
### term.color_green()
342+
### term.color_green
343343

344344
Construct green color
345345

346346
#### Arguments
347347

348348
* **$1** (string): text
349349

350-
### term.color_orange()
350+
### term.color_orange
351351

352352
Construct orange color
353353

354354
#### Arguments
355355

356356
* **$1** (string): text
357357

358-
### term.color_blue()
358+
### term.color_blue
359359

360360
Construct blue color
361361

362362
#### Arguments
363363

364364
* **$1** (string): text
365365

366-
### term.color_purple()
366+
### term.color_purple
367367

368368
Construct purple color
369369

370370
#### Arguments
371371

372372
* **$1** (string): text
373373

374-
### term.color_cyan()
374+
### term.color_cyan
375375

376376
Construct cyan color
377377

378378
#### Arguments
379379

380380
* **$1** (string): text
381381

382-
### term.color_light_gray()
382+
### term.color_light_gray
383383

384384
Construct light gray color
385385

386386
#### Arguments
387387

388388
* **$1** (string): text
389389

390-
### term.color_dark_gray()
390+
### term.color_dark_gray
391391

392392
Construct dark gray color
393393

394394
#### Arguments
395395

396396
* **$1** (string): text
397397

398-
### term.color_light_red()
398+
### term.color_light_red
399399

400400
Construct light red color
401401

402402
#### Arguments
403403

404404
* **$1** (string): text
405405

406-
### term.color_light_green()
406+
### term.color_light_green
407407

408408
Construct light green color
409409

410410
#### Arguments
411411

412412
* **$1** (string): text
413413

414-
### term.color_yellow()
414+
### term.color_yellow
415415

416416
Construct yellow color
417417

418418
#### Arguments
419419

420420
* **$1** (string): text
421421

422-
### term.color_light_blue()
422+
### term.color_light_blue
423423

424424
Construct light blue color
425425

426426
#### Arguments
427427

428428
* **$1** (string): text
429429

430-
### term.color_light_purple()
430+
### term.color_light_purple
431431

432432
Construct light purple color
433433

434434
#### Arguments
435435

436436
* **$1** (string): text
437437

438-
### term.color_light_cyan()
438+
### term.color_light_cyan
439439

440440
Construct light cyan color
441441

442442
#### Arguments
443443

444444
* **$1** (string): text
445445

446-
### term.color_white()
446+
### term.color_white
447447

448448
Construct white color
449449

450450
#### Arguments
451451

452452
* **$1** (string): text
453453

454-
### term.beep()
454+
### term.beep
455455

456456
Construct a beep
457457

458458
_Function has no arguments._
459459

460-
### term.hyperlink()
460+
### term.hyperlink
461461

462462
(DEPRECATED) Construct hyperlink
463463

@@ -466,31 +466,31 @@ _Function has no arguments._
466466
* **$1** (string): text
467467
* **$2** (string): url
468468

469-
### term.bold()
469+
### term.bold
470470

471471
(DEPRECATED) Construct bold
472472

473473
#### Arguments
474474

475475
* **$1** (string): text
476476

477-
### term.italic()
477+
### term.italic
478478

479479
(DEPRECATED) Construct italic
480480

481481
#### Arguments
482482

483483
* **$1** (string): text
484484

485-
### term.underline()
485+
### term.underline
486486

487487
(DEPRECATED) Construct underline
488488

489489
#### Arguments
490490

491491
* **$1** (string): text
492492

493-
### term.strikethrough()
493+
### term.strikethrough
494494

495495
(DEPRECATED) Construct strikethrough
496496

‎foxxy.toml renamed to ‎foxxo.toml

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.