tree: 9923acd5141643f0f43d4dd011feb40bdf2e32f9 [path history] [tgz]
  1. check_deps/
  2. codesize/
  3. dart/
  4. devshell/
  5. editors/
  6. fish/
  7. fuzzing/
  8. fxtest/
  9. fxutils/
  10. gce/
  11. git/
  12. gn/
  13. gn_complete/
  14. memory/
  15. mkinstaller/
  16. move_source/
  17. owner/
  18. prebuilts/
  19. rust/
  20. scrutiny/
  21. sdk/
  22. status/
  23. style/
  24. tests/
  25. third_party/
  26. unification/
  27. verify_cmdline_params/
  28. vim/
  29. wconversion/
  30. youcompleteme/
  31. zsh-completion/
  32. .gitignore
  33. bootstrap
  34. build-qemu.sh
  35. BUILD.gn
  36. build_id_conv.py
  37. change_testability_review_analyzer.py
  38. collect_lines_to_tree.py
  39. colorize_logs
  40. cq_perf_results.py
  41. difl
  42. fd.py
  43. fetch-build-artifacts
  44. fidl_project_schema.json
  45. find_integration_revision.py
  46. flog
  47. fx
  48. fx-env.fish
  49. fx-env.sh
  50. fx-help.awk
  51. fx-wrapper
  52. generate-fidl-project.py
  53. generate-fidl-tags.py
  54. generate-intellij-config.py
  55. generate_cargo.py
  56. generate_cargo_desc.py
  57. git_utils.py
  58. gn_to_cmake.py
  59. go.mod
  60. OWNERS
  61. paths.py
  62. README.md
  63. run-zircon-arm64
  64. run-zircon-x86
  65. simplify_stacktraces
  66. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.