Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.61 KB | None | 0 0
  1. /nix/store/zigv03vpvzsdbd9nj5jb55v3bn3lbwfh-xonsh-0.9.11
  2. ├── bin
  3. │   ├── xonsh
  4. │   ├── xon.sh
  5. │   └── xonsh-cat
  6. ├── lib
  7. │   └── python3.7
  8. │   └── site-packages
  9. │   ├── xonsh
  10. │   │   ├── aliases.py
  11. │   │   ├── ansi_colors.py
  12. │   │   ├── ast.py
  13. │   │   ├── base_shell.py
  14. │   │   ├── built_ins.py
  15. │   │   ├── codecache.py
  16. │   │   ├── color_tools.py
  17. │   │   ├── commands_cache.py
  18. │   │   ├── completer.py
  19. │   │   ├── completers
  20. │   │   │   ├── _aliases.py
  21. │   │   │   ├── base.py
  22. │   │   │   ├── bash_completion.py
  23. │   │   │   ├── bash.py
  24. │   │   │   ├── commands.py
  25. │   │   │   ├── completer.py
  26. │   │   │   ├── dirs.py
  27. │   │   │   ├── __init__.py
  28. │   │   │   ├── init.py
  29. │   │   │   ├── man.py
  30. │   │   │   ├── path.py
  31. │   │   │   ├── pip.py
  32. │   │   │   ├── __pycache__
  33. │   │   │   │   ├── _aliases.cpython-37.pyc
  34. │   │   │   │   ├── _aliases.cpython-37-pytest-5.1.0.pyc
  35. │   │   │   │   ├── base.cpython-37.pyc
  36. │   │   │   │   ├── base.cpython-37-pytest-5.1.0.pyc
  37. │   │   │   │   ├── bash_completion.cpython-37.pyc
  38. │   │   │   │   ├── bash_completion.cpython-37-pytest-5.1.0.pyc
  39. │   │   │   │   ├── bash.cpython-37.pyc
  40. │   │   │   │   ├── bash.cpython-37-pytest-5.1.0.pyc
  41. │   │   │   │   ├── commands.cpython-37.pyc
  42. │   │   │   │   ├── commands.cpython-37-pytest-5.1.0.pyc
  43. │   │   │   │   ├── completer.cpython-37.pyc
  44. │   │   │   │   ├── completer.cpython-37-pytest-5.1.0.pyc
  45. │   │   │   │   ├── dirs.cpython-37.pyc
  46. │   │   │   │   ├── dirs.cpython-37-pytest-5.1.0.pyc
  47. │   │   │   │   ├── __init__.cpython-37.pyc
  48. │   │   │   │   ├── init.cpython-37.pyc
  49. │   │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  50. │   │   │   │   ├── init.cpython-37-pytest-5.1.0.pyc
  51. │   │   │   │   ├── man.cpython-37.pyc
  52. │   │   │   │   ├── man.cpython-37-pytest-5.1.0.pyc
  53. │   │   │   │   ├── path.cpython-37.pyc
  54. │   │   │   │   ├── path.cpython-37-pytest-5.1.0.pyc
  55. │   │   │   │   ├── pip.cpython-37.pyc
  56. │   │   │   │   ├── pip.cpython-37-pytest-5.1.0.pyc
  57. │   │   │   │   ├── python.cpython-37.pyc
  58. │   │   │   │   ├── python.cpython-37-pytest-5.1.0.pyc
  59. │   │   │   │   ├── tools.cpython-37.pyc
  60. │   │   │   │   ├── tools.cpython-37-pytest-5.1.0.pyc
  61. │   │   │   │   ├── xompletions.cpython-37.pyc
  62. │   │   │   │   └── xompletions.cpython-37-pytest-5.1.0.pyc
  63. │   │   │   ├── python.py
  64. │   │   │   ├── tools.py
  65. │   │   │   └── xompletions.py
  66. │   │   ├── contexts.py
  67. │   │   ├── diff_history.py
  68. │   │   ├── dirstack.py
  69. │   │   ├── dumb_shell.py
  70. │   │   ├── environ.py
  71. │   │   ├── events.py
  72. │   │   ├── execer.py
  73. │   │   ├── foreign_shells.py
  74. │   │   ├── fs.py
  75. │   │   ├── history
  76. │   │   │   ├── base.py
  77. │   │   │   ├── dummy.py
  78. │   │   │   ├── __init__.py
  79. │   │   │   ├── json.py
  80. │   │   │   ├── main.py
  81. │   │   │   ├── __pycache__
  82. │   │   │   │   ├── base.cpython-37.pyc
  83. │   │   │   │   ├── base.cpython-37-pytest-5.1.0.pyc
  84. │   │   │   │   ├── dummy.cpython-37.pyc
  85. │   │   │   │   ├── dummy.cpython-37-pytest-5.1.0.pyc
  86. │   │   │   │   ├── __init__.cpython-37.pyc
  87. │   │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  88. │   │   │   │   ├── json.cpython-37.pyc
  89. │   │   │   │   ├── json.cpython-37-pytest-5.1.0.pyc
  90. │   │   │   │   ├── main.cpython-37.pyc
  91. │   │   │   │   ├── main.cpython-37-pytest-5.1.0.pyc
  92. │   │   │   │   ├── sqlite.cpython-37.pyc
  93. │   │   │   │   └── sqlite.cpython-37-pytest-5.1.0.pyc
  94. │   │   │   └── sqlite.py
  95. │   │   ├── imphooks.py
  96. │   │   ├── __init__.py
  97. │   │   ├── inspectors.py
  98. │   │   ├── jobs.py
  99. │   │   ├── jsonutils.py
  100. │   │   ├── jupyter_kernel.py
  101. │   │   ├── jupyter_shell.py
  102. │   │   ├── lazyasd.py
  103. │   │   ├── lazyimps.py
  104. │   │   ├── lazyjson.py
  105. │   │   ├── lexer.py
  106. │   │   ├── lib
  107. │   │   │   ├── collections.py
  108. │   │   │   ├── __init__.py
  109. │   │   │   ├── os.xsh
  110. │   │   │   ├── __pycache__
  111. │   │   │   │   ├── collections.cpython-37.pyc
  112. │   │   │   │   ├── collections.cpython-37-pytest-5.1.0.pyc
  113. │   │   │   │   ├── __init__.cpython-37.pyc
  114. │   │   │   │   └── __init__.cpython-37-pytest-5.1.0.pyc
  115. │   │   │   └── subprocess.xsh
  116. │   │   ├── macutils.py
  117. │   │   ├── __main__.py
  118. │   │   ├── main.py
  119. │   │   ├── openpy.py
  120. │   │   ├── parser.py
  121. │   │   ├── parsers
  122. │   │   │   ├── base.py
  123. │   │   │   ├── context_check.py
  124. │   │   │   ├── __init__.py
  125. │   │   │   ├── __pycache__
  126. │   │   │   │   ├── base.cpython-37.pyc
  127. │   │   │   │   ├── base.cpython-37-pytest-5.1.0.pyc
  128. │   │   │   │   ├── context_check.cpython-37.pyc
  129. │   │   │   │   ├── context_check.cpython-37-pytest-5.1.0.pyc
  130. │   │   │   │   ├── __init__.cpython-37.pyc
  131. │   │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  132. │   │   │   │   ├── v35.cpython-37.pyc
  133. │   │   │   │   ├── v35.cpython-37-pytest-5.1.0.pyc
  134. │   │   │   │   ├── v36.cpython-37.pyc
  135. │   │   │   │   └── v36.cpython-37-pytest-5.1.0.pyc
  136. │   │   │   ├── v35.py
  137. │   │   │   └── v36.py
  138. │   │   ├── parser_table.py
  139. │   │   ├── platform.py
  140. │   │   ├── ply
  141. │   │   │   └── ply
  142. │   │   │   ├── cpp.py
  143. │   │   │   ├── ctokens.py
  144. │   │   │   ├── __init__.py
  145. │   │   │   ├── lex.py
  146. │   │   │   ├── __pycache__
  147. │   │   │   │   ├── cpp.cpython-37.pyc
  148. │   │   │   │   ├── ctokens.cpython-37.pyc
  149. │   │   │   │   ├── __init__.cpython-37.pyc
  150. │   │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  151. │   │   │   │   ├── lex.cpython-37.pyc
  152. │   │   │   │   ├── lex.cpython-37-pytest-5.1.0.pyc
  153. │   │   │   │   ├── yacc.cpython-37.pyc
  154. │   │   │   │   ├── yacc.cpython-37-pytest-5.1.0.pyc
  155. │   │   │   │   └── ygen.cpython-37.pyc
  156. │   │   │   ├── yacc.py
  157. │   │   │   └── ygen.py
  158. │   │   ├── pretty.py
  159. │   │   ├── proc.py
  160. │   │   ├── prompt
  161. │   │   │   ├── base.py
  162. │   │   │   ├── cwd.py
  163. │   │   │   ├── env.py
  164. │   │   │   ├── gitstatus.py
  165. │   │   │   ├── __init__.py
  166. │   │   │   ├── job.py
  167. │   │   │   ├── __pycache__
  168. │   │   │   │   ├── base.cpython-37.pyc
  169. │   │   │   │   ├── base.cpython-37-pytest-5.1.0.pyc
  170. │   │   │   │   ├── cwd.cpython-37.pyc
  171. │   │   │   │   ├── cwd.cpython-37-pytest-5.1.0.pyc
  172. │   │   │   │   ├── env.cpython-37.pyc
  173. │   │   │   │   ├── env.cpython-37-pytest-5.1.0.pyc
  174. │   │   │   │   ├── gitstatus.cpython-37.pyc
  175. │   │   │   │   ├── gitstatus.cpython-37-pytest-5.1.0.pyc
  176. │   │   │   │   ├── __init__.cpython-37.pyc
  177. │   │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  178. │   │   │   │   ├── job.cpython-37.pyc
  179. │   │   │   │   ├── job.cpython-37-pytest-5.1.0.pyc
  180. │   │   │   │   ├── vc.cpython-37.pyc
  181. │   │   │   │   └── vc.cpython-37-pytest-5.1.0.pyc
  182. │   │   │   └── vc.py
  183. │   │   ├── ptk
  184. │   │   │   ├── completer.py
  185. │   │   │   ├── history.py
  186. │   │   │   ├── __init__.py
  187. │   │   │   ├── key_bindings.py
  188. │   │   │   ├── __pycache__
  189. │   │   │   │   ├── completer.cpython-37.pyc
  190. │   │   │   │   ├── history.cpython-37.pyc
  191. │   │   │   │   ├── __init__.cpython-37.pyc
  192. │   │   │   │   ├── key_bindings.cpython-37.pyc
  193. │   │   │   │   ├── shell.cpython-37.pyc
  194. │   │   │   │   └── shortcuts.cpython-37.pyc
  195. │   │   │   ├── shell.py
  196. │   │   │   └── shortcuts.py
  197. │   │   ├── ptk2
  198. │   │   │   ├── completer.py
  199. │   │   │   ├── history.py
  200. │   │   │   ├── __init__.py
  201. │   │   │   ├── key_bindings.py
  202. │   │   │   ├── __pycache__
  203. │   │   │   │   ├── completer.cpython-37.pyc
  204. │   │   │   │   ├── history.cpython-37.pyc
  205. │   │   │   │   ├── history.cpython-37-pytest-5.1.0.pyc
  206. │   │   │   │   ├── __init__.cpython-37.pyc
  207. │   │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  208. │   │   │   │   ├── key_bindings.cpython-37.pyc
  209. │   │   │   │   ├── key_bindings.cpython-37-pytest-5.1.0.pyc
  210. │   │   │   │   └── shell.cpython-37.pyc
  211. │   │   │   └── shell.py
  212. │   │   ├── __pycache__
  213. │   │   │   ├── aliases.cpython-37.pyc
  214. │   │   │   ├── aliases.cpython-37-pytest-5.1.0.pyc
  215. │   │   │   ├── ansi_colors.cpython-37.pyc
  216. │   │   │   ├── ansi_colors.cpython-37-pytest-5.1.0.pyc
  217. │   │   │   ├── ast.cpython-37.pyc
  218. │   │   │   ├── ast.cpython-37-pytest-5.1.0.pyc
  219. │   │   │   ├── base_shell.cpython-37.pyc
  220. │   │   │   ├── base_shell.cpython-37-pytest-5.1.0.pyc
  221. │   │   │   ├── built_ins.cpython-37.pyc
  222. │   │   │   ├── built_ins.cpython-37-pytest-5.1.0.pyc
  223. │   │   │   ├── codecache.cpython-37.pyc
  224. │   │   │   ├── codecache.cpython-37-pytest-5.1.0.pyc
  225. │   │   │   ├── color_tools.cpython-37.pyc
  226. │   │   │   ├── color_tools.cpython-37-pytest-5.1.0.pyc
  227. │   │   │   ├── commands_cache.cpython-37.pyc
  228. │   │   │   ├── commands_cache.cpython-37-pytest-5.1.0.pyc
  229. │   │   │   ├── completer.cpython-37.pyc
  230. │   │   │   ├── completer.cpython-37-pytest-5.1.0.pyc
  231. │   │   │   ├── contexts.cpython-37.pyc
  232. │   │   │   ├── contexts.cpython-37-pytest-5.1.0.pyc
  233. │   │   │   ├── diff_history.cpython-37.pyc
  234. │   │   │   ├── diff_history.cpython-37-pytest-5.1.0.pyc
  235. │   │   │   ├── dirstack.cpython-37.pyc
  236. │   │   │   ├── dirstack.cpython-37-pytest-5.1.0.pyc
  237. │   │   │   ├── dumb_shell.cpython-37.pyc
  238. │   │   │   ├── environ.cpython-37.pyc
  239. │   │   │   ├── environ.cpython-37-pytest-5.1.0.pyc
  240. │   │   │   ├── events.cpython-37.pyc
  241. │   │   │   ├── events.cpython-37-pytest-5.1.0.pyc
  242. │   │   │   ├── execer.cpython-37.pyc
  243. │   │   │   ├── execer.cpython-37-pytest-5.1.0.pyc
  244. │   │   │   ├── foreign_shells.cpython-37.pyc
  245. │   │   │   ├── foreign_shells.cpython-37-pytest-5.1.0.pyc
  246. │   │   │   ├── fs.cpython-37.pyc
  247. │   │   │   ├── fs.cpython-37-pytest-5.1.0.pyc
  248. │   │   │   ├── imphooks.cpython-37.pyc
  249. │   │   │   ├── imphooks.cpython-37-pytest-5.1.0.pyc
  250. │   │   │   ├── __init__.cpython-37.pyc
  251. │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  252. │   │   │   ├── inspectors.cpython-37.pyc
  253. │   │   │   ├── inspectors.cpython-37-pytest-5.1.0.pyc
  254. │   │   │   ├── jobs.cpython-37.pyc
  255. │   │   │   ├── jobs.cpython-37-pytest-5.1.0.pyc
  256. │   │   │   ├── jsonutils.cpython-37.pyc
  257. │   │   │   ├── jsonutils.cpython-37-pytest-5.1.0.pyc
  258. │   │   │   ├── jupyter_kernel.cpython-37.pyc
  259. │   │   │   ├── jupyter_shell.cpython-37.pyc
  260. │   │   │   ├── lazyasd.cpython-37.pyc
  261. │   │   │   ├── lazyasd.cpython-37-pytest-5.1.0.pyc
  262. │   │   │   ├── lazyimps.cpython-37.pyc
  263. │   │   │   ├── lazyimps.cpython-37-pytest-5.1.0.pyc
  264. │   │   │   ├── lazyjson.cpython-37.pyc
  265. │   │   │   ├── lazyjson.cpython-37-pytest-5.1.0.pyc
  266. │   │   │   ├── lexer.cpython-37.pyc
  267. │   │   │   ├── lexer.cpython-37-pytest-5.1.0.pyc
  268. │   │   │   ├── macutils.cpython-37.pyc
  269. │   │   │   ├── __main__.cpython-37.pyc
  270. │   │   │   ├── main.cpython-37.pyc
  271. │   │   │   ├── main.cpython-37-pytest-5.1.0.pyc
  272. │   │   │   ├── openpy.cpython-37.pyc
  273. │   │   │   ├── openpy.cpython-37-pytest-5.1.0.pyc
  274. │   │   │   ├── parser.cpython-37.pyc
  275. │   │   │   ├── parser.cpython-37-pytest-5.1.0.pyc
  276. │   │   │   ├── parser_table.cpython-37.pyc
  277. │   │   │   ├── parser_table.cpython-37-pytest-5.1.0.pyc
  278. │   │   │   ├── platform.cpython-37.pyc
  279. │   │   │   ├── platform.cpython-37-pytest-5.1.0.pyc
  280. │   │   │   ├── pretty.cpython-37.pyc
  281. │   │   │   ├── pretty.cpython-37-pytest-5.1.0.pyc
  282. │   │   │   ├── proc.cpython-37.pyc
  283. │   │   │   ├── proc.cpython-37-pytest-5.1.0.pyc
  284. │   │   │   ├── pyghooks.cpython-37.pyc
  285. │   │   │   ├── pyghooks.cpython-37-pytest-5.1.0.pyc
  286. │   │   │   ├── pygments_cache.cpython-37.pyc
  287. │   │   │   ├── pygments_cache.cpython-37-pytest-5.1.0.pyc
  288. │   │   │   ├── pytest_plugin.cpython-37.pyc
  289. │   │   │   ├── pytest_plugin.cpython-37-pytest-5.1.0.pyc
  290. │   │   │   ├── readline_shell.cpython-37.pyc
  291. │   │   │   ├── replay.cpython-37.pyc
  292. │   │   │   ├── replay.cpython-37-pytest-5.1.0.pyc
  293. │   │   │   ├── shell.cpython-37.pyc
  294. │   │   │   ├── shell.cpython-37-pytest-5.1.0.pyc
  295. │   │   │   ├── style_tools.cpython-37.pyc
  296. │   │   │   ├── style_tools.cpython-37-pytest-5.1.0.pyc
  297. │   │   │   ├── timings.cpython-37.pyc
  298. │   │   │   ├── timings.cpython-37-pytest-5.1.0.pyc
  299. │   │   │   ├── tokenize.cpython-37.pyc
  300. │   │   │   ├── tokenize.cpython-37-pytest-5.1.0.pyc
  301. │   │   │   ├── tools.cpython-37.pyc
  302. │   │   │   ├── tools.cpython-37-pytest-5.1.0.pyc
  303. │   │   │   ├── tracer.cpython-37.pyc
  304. │   │   │   ├── winutils.cpython-37.pyc
  305. │   │   │   ├── wizard.cpython-37.pyc
  306. │   │   │   ├── wizard.cpython-37-pytest-5.1.0.pyc
  307. │   │   │   ├── xonfig.cpython-37.pyc
  308. │   │   │   ├── xonfig.cpython-37-pytest-5.1.0.pyc
  309. │   │   │   ├── xontribs.cpython-37.pyc
  310. │   │   │   └── xontribs.cpython-37-pytest-5.1.0.pyc
  311. │   │   ├── pyghooks.py
  312. │   │   ├── pygments_cache.py
  313. │   │   ├── pytest_plugin.py
  314. │   │   ├── readline_shell.py
  315. │   │   ├── replay.py
  316. │   │   ├── shell.py
  317. │   │   ├── style_tools.py
  318. │   │   ├── timings.py
  319. │   │   ├── tokenize.py
  320. │   │   ├── tools.py
  321. │   │   ├── tracer.py
  322. │   │   ├── winutils.py
  323. │   │   ├── wizard.py
  324. │   │   ├── xonfig.py
  325. │   │   ├── xontribs.json
  326. │   │   ├── xontribs.py
  327. │   │   └── xoreutils
  328. │   │   ├── cat.py
  329. │   │   ├── echo.py
  330. │   │   ├── __init__.py
  331. │   │   ├── pwd.py
  332. │   │   ├── __pycache__
  333. │   │   │   ├── cat.cpython-37.pyc
  334. │   │   │   ├── cat.cpython-37-pytest-5.1.0.pyc
  335. │   │   │   ├── echo.cpython-37.pyc
  336. │   │   │   ├── __init__.cpython-37.pyc
  337. │   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
  338. │   │   │   ├── pwd.cpython-37.pyc
  339. │   │   │   ├── tee.cpython-37.pyc
  340. │   │   │   ├── tty.cpython-37.pyc
  341. │   │   │   ├── uptime.cpython-37.pyc
  342. │   │   │   ├── uptime.cpython-37-pytest-5.1.0.pyc
  343. │   │   │   ├── util.cpython-37.pyc
  344. │   │   │   ├── util.cpython-37-pytest-5.1.0.pyc
  345. │   │   │   ├── _which.cpython-37.pyc
  346. │   │   │   ├── which.cpython-37.pyc
  347. │   │   │   ├── _which.cpython-37-pytest-5.1.0.pyc
  348. │   │   │   ├── which.cpython-37-pytest-5.1.0.pyc
  349. │   │   │   └── yes.cpython-37.pyc
  350. │   │   ├── tee.py
  351. │   │   ├── tty.py
  352. │   │   ├── uptime.py
  353. │   │   ├── util.py
  354. │   │   ├── _which.py
  355. │   │   ├── which.py
  356. │   │   └── yes.py
  357. │   ├── xonsh-0.9.11.dist-info
  358. │   │   ├── AUTHORS.rst
  359. │   │   ├── entry_points.txt
  360. │   │   ├── INSTALLER
  361. │   │   ├── METADATA
  362. │   │   ├── RECORD
  363. │   │   ├── top_level.txt
  364. │   │   └── WHEEL
  365. │   └── xontrib
  366. │   ├── bashisms.py
  367. │   ├── coreutils.py
  368. │   ├── distributed.py
  369. │   ├── free_cwd.py
  370. │   ├── jedi.xsh
  371. │   ├── mplhooks.py
  372. │   ├── mpl.py
  373. │   ├── prompt_ret_code.xsh
  374. │   ├── __pycache__
  375. │   │   ├── bashisms.cpython-37.pyc
  376. │   │   ├── coreutils.cpython-37.pyc
  377. │   │   ├── distributed.cpython-37.pyc
  378. │   │   ├── free_cwd.cpython-37.pyc
  379. │   │   ├── mpl.cpython-37.pyc
  380. │   │   ├── mplhooks.cpython-37.pyc
  381. │   │   ├── voxapi.cpython-37.pyc
  382. │   │   ├── vox.cpython-37.pyc
  383. │   │   └── whole_word_jumping.cpython-37.pyc
  384. │   ├── voxapi.py
  385. │   ├── vox.py
  386. │   └── whole_word_jumping.py
  387. └── nix-support
  388. └── propagated-build-inputs
  389.  
  390. 29 directories, 358 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement