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