tree: 49d2ef51c9734cd12c37ceca2e806157653f82b2 [path history] [tgz]
  1. autoconf/
  2. check_deps/
  3. clang/
  4. cog/
  5. devshell/
  6. disable_ctf_tests/
  7. emacs/
  8. ffx_complete/
  9. fish/
  10. fortunes/
  11. fxtest/
  12. gce/
  13. git/
  14. gn/
  15. gn_complete/
  16. jiri/
  17. lib/
  18. memory/
  19. mkinstaller/
  20. move_source/
  21. owner/
  22. prebuilts/
  23. puppet/
  24. rust/
  25. sdk/
  26. shac/
  27. style/
  28. tests/
  29. third_party/
  30. unification/
  31. verify_cmdline_params/
  32. versioning/
  33. vim/
  34. wconversion/
  35. youcompleteme/
  36. zsh-completion/
  37. bootstrap
  38. build-qemu.sh
  39. BUILD.bazel
  40. BUILD.gn
  41. build_id_conv.py
  42. build_id_conv_test.py
  43. build_id_to_debug_id.py
  44. change_testability_review_analyzer.py
  45. collect_lines_to_tree.py
  46. colorize_logs
  47. compare_elf_sizes.py
  48. fd.py
  49. fetch-build-artifacts
  50. fidl_project_schema.json
  51. find_integration_revision.py
  52. flog
  53. fuchsia-vendored-python3.11
  54. fx
  55. fx-env.fish
  56. fx-env.sh
  57. fx-help.awk
  58. fx-reentry
  59. fx-wrapper
  60. generate-fidl-project.py
  61. generate-fidl-tags.py
  62. generate_cargo.py
  63. generate_gn_desc.py
  64. git_utils.py
  65. gn_to_cmake.py
  66. hermetic-env
  67. OWNERS
  68. paths.py
  69. README.md
  70. run-zircon-arm64
  71. run-zircon-x86
  72. simplify_stacktraces
  73. start-unsecure-internet.sh
  74. 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.

OWNERShip

Given the wide breadth of the code under //scripts and the project's desire to encourage more local ownership, there are intentionally no OWNERS of //scripts itself (only per-file entries). Rather, the addition of new subdirectories or top-level files is expected to fall back toward requiring an OWNERS override.